You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-08-12 07:02:50 +03:00
Fix bugs from typos from hackathon
This commit is contained in:
@@ -72,7 +72,7 @@ module.exports = {
|
|||||||
{
|
{
|
||||||
type: "m.room.join_rules",
|
type: "m.room.join_rules",
|
||||||
content: {
|
content: {
|
||||||
"join_rules": this.state.is_private ? "invite" : "public"
|
"join_rule": this.state.is_private ? "invite" : "public"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -107,7 +107,7 @@ module.exports = {
|
|||||||
deferred = deferred.then(function(res) {
|
deferred = deferred.then(function(res) {
|
||||||
response = res;
|
response = res;
|
||||||
return encryption.enableEncryption(
|
return encryption.enableEncryption(
|
||||||
cli, response.roomId, options.invite
|
cli, response.room_id, options.invite
|
||||||
);
|
);
|
||||||
}).then(function() {
|
}).then(function() {
|
||||||
return q(response) }
|
return q(response) }
|
||||||
|
Reference in New Issue
Block a user