You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
354 B
JSON
19 lines
354 B
JSON
5 years ago
|
[
|
||
|
{
|
||
|
"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"
|
||
|
}
|
||
|
}
|
||
|
]
|