Merge pull request #963 from krombel/patch-2

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

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

Loading…
Cancel
Save