Fix inconsistency: `join_rules` => `join_rule`

All other docs do not have `join_rules` but `join_rule`
This PR fix this inconsistency.

Mentioned by @digital:sorunome.de in [#matrix-dev:matrix.org](https://matrix.to/#/!XqBunHwQIXUiqCaoxq:matrix.org/$150142347531959wjGGm:sorunome.de)
pull/977/head
krombel 7 years ago committed by GitHub
parent 7cec016256
commit f8ce497bd6

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

Loading…
Cancel
Save