mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-22 17:28:38 +01:00
* Fixed an incorrect membership on example
* Added precision on membership upon profile update
* Changed first example into a join
* Changed the state/{eventType}/{stateKey} example with an actual state key
15 lines
375 B
Plaintext
15 lines
375 B
Plaintext
{
|
|
"age": 242352,
|
|
"content": {
|
|
"membership": "join",
|
|
"avatar_url": "mxc://localhost/SEsfnsuifSDFSSEF#auto",
|
|
"displayname": "Alice Margatroid"
|
|
},
|
|
"state_key": "@alice:localhost",
|
|
"origin_server_ts": 1431961217939,
|
|
"event_id": "$WLGTSEFSEF:localhost",
|
|
"type": "m.room.member",
|
|
"room_id": "!Cuyf34gef24t:localhost",
|
|
"sender": "@example:localhost"
|
|
}
|