mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 11:34:09 +01:00
Fixes https://github.com/matrix-org/matrix-doc/issues/2066 The expectation everywhere is that the `sender` is required. `/initialSync` references StrippedState through a `m.room.member` event reference, and does not need editing.
15 lines
284 B
Plaintext
15 lines
284 B
Plaintext
{
|
|
"$ref": "m.room.member",
|
|
"content": {
|
|
"membership": "invite",
|
|
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF#auto",
|
|
"displayname": "Alice Margatroid"
|
|
},
|
|
"unsigned": {
|
|
"age": 1234,
|
|
"invite_room_state": {
|
|
"$ref": "stripped_state.json"
|
|
}
|
|
}
|
|
}
|