mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-30 20:48:37 +01:00
Merge pull request #963 from krombel/patch-2
Fix inconsistency: `join_rules` => `join_rule`
This commit is contained in:
commit
a545392e73
|
|
@ -17,7 +17,7 @@
|
|||
"type": "m.room.join_rules",
|
||||
"state_key": "",
|
||||
"content": {
|
||||
"join_rules": "invite"
|
||||
"join_rule": "invite"
|
||||
}
|
||||
}
|
||||
],
|
||||
|
|
|
|||
Loading…
Reference in a new issue