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.
13 lines
278 B
YAML
13 lines
278 B
YAML
3 years ago
|
{
|
||
|
"$ref": "m.room.member.yaml",
|
||
|
"content": {
|
||
|
"membership": "join",
|
||
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
|
||
|
"displayname": "Alice Margatroid",
|
||
|
"join_authorised_via_users_server": "@bob:other.example.org"
|
||
|
},
|
||
|
"unsigned": {
|
||
|
"age": 1234
|
||
|
}
|
||
|
}
|