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.
12 lines
279 B
YAML
12 lines
279 B
YAML
10 years ago
|
{
|
||
6 years ago
|
"$ref": "core/state_event.json",
|
||
6 years ago
|
"state_key": "@alice:example.org",
|
||
6 years ago
|
"type": "m.room.member",
|
||
10 years ago
|
"content": {
|
||
10 years ago
|
"membership": "join",
|
||
5 years ago
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
|
||
4 years ago
|
"displayname": "Alice Margatroid",
|
||
|
"reason": "Looking for support"
|
||
6 years ago
|
}
|
||
10 years ago
|
}
|