Fixes https://github.com/matrix-org/matrix-doc/issues/2060 Fixes https://github.com/matrix-org/matrix-doc/issues/772 Fixes https://github.com/matrix-org/matrix-doc/issues/888
10 lines
242 B
Text
10 lines
242 B
Text
{
|
|
"$ref": "core/state_event.json",
|
|
"state_key": "@alice:example.org",
|
|
"type": "m.room.member",
|
|
"content": {
|
|
"membership": "join",
|
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
|
|
"displayname": "Alice Margatroid"
|
|
}
|
|
}
|