Spec for https://github.com/matrix-org/matrix-doc/pull/2998 Spec for https://github.com/matrix-org/matrix-doc/pull/2403 This deliberately does not help towards fixing https://github.com/matrix-org/matrix-doc/issues/3153 in order to remain consistent with prior room versions, and to keep the diff smaller on this change. A future change will address room version legibility.
18 lines
353 B
JSON
18 lines
353 B
JSON
[
|
|
{
|
|
"type": "m.room.name",
|
|
"sender": "@bob:example.org",
|
|
"state_key": "",
|
|
"content": {
|
|
"name": "Example Room"
|
|
}
|
|
},
|
|
{
|
|
"type": "m.room.join_rules",
|
|
"sender": "@bob:example.org",
|
|
"state_key": "",
|
|
"content": {
|
|
"join_rule": "knock"
|
|
}
|
|
}
|
|
]
|