Merge pull request #963 from krombel/patch-2

Fix inconsistency: `join_rules` => `join_rule`
This commit is contained in:
Richard van der Hoff 2017-08-02 14:17:41 +01:00 committed by GitHub
commit a545392e73

View file

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