Skip to content
Snippets Groups Projects
Commit b0e71c98 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Fix bugs from typos from hackathon

parent f5116fe0
Branches
Tags
No related merge requests found
......@@ -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) }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment