Fix bugs from typos from hackathon
parent
f5116fe026
commit
b0e71c9872
|
@ -72,7 +72,7 @@ module.exports = {
|
|||
{
|
||||
type: "m.room.join_rules",
|
||||
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) {
|
||||
response = res;
|
||||
return encryption.enableEncryption(
|
||||
cli, response.roomId, options.invite
|
||||
cli, response.room_id, options.invite
|
||||
);
|
||||
}).then(function() {
|
||||
return q(response) }
|
||||
|
|
Loading…
Reference in New Issue