mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-23 17:48:37 +01:00
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
11 lines
242 B
Plaintext
11 lines
242 B
Plaintext
{
|
|
"$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"
|
|
}
|
|
}
|