You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When calling the /messages endpoint (also /search, /context, etc) each event in the chunk will have a number of top-level properties that duplicate those within unsigned:
This issue has been migrated from #7925.
When calling the
/messages
endpoint (also/search
,/context
, etc) each event in thechunk
will have a number of top-level properties that duplicate those withinunsigned
:age
(see also:age
logic for events is broken #8429)redacted_because
replaces_state
invite_room_state
knock_room_state
.prev_content
(though this one was specced until MSC3442)user_id
(duplicatessender
)These top-level properties are not a part of the spec.
(Edited by @richvdh to make the list of affected properties clear)
The text was updated successfully, but these errors were encountered: