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.
16 lines
321 B
YAML
16 lines
321 B
YAML
4 years ago
|
{
|
||
|
"$ref": "m.room.member.yaml",
|
||
|
"content": {
|
||
|
"membership": "knock",
|
||
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
|
||
|
"displayname": "Alice Margatroid",
|
||
|
"reason": "Looking for support"
|
||
|
},
|
||
|
"unsigned": {
|
||
|
"age": 1234,
|
||
|
"knock_room_state": {
|
||
|
"$ref": "knock_room_state.json"
|
||
|
}
|
||
|
}
|
||
|
}
|