mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 13:24:10 +02: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",
|
"type": "m.room.join_rules",
|
||||||
"state_key": "",
|
"state_key": "",
|
||||||
"content": {
|
"content": {
|
||||||
"join_rules": "invite"
|
"join_rule": "invite"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue