Merge pull request #963 from krombel/patch-2

Fix inconsistency: `join_rules` => `join_rule`
pull/977/head
Richard van der Hoff 7 years ago committed by GitHub
commit a545392e73

@ -17,7 +17,7 @@
"type": "m.room.join_rules",
"state_key": "",
"content": {
"join_rules": "invite"
"join_rule": "invite"
}
}
],

Loading…
Cancel
Save