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