19 lines
354 B
JSON
19 lines
354 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": "invite"
|
||
|
}
|
||
|
}
|
||
|
]
|