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.
14 lines
284 B
Text
14 lines
284 B
Text
{
|
|
"$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"
|
|
}
|
|
}
|
|
}
|