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
The spec describes an unsigned.membership property, which SHOULD be populated for all events. (Added by MSC4115.)
It also describes an unsigned.[m.relations] property which aggregates relationships on the relevant event. The aggregation format for edits and thread threads both contain another event.
Synapse does not populate the unsigned.membership property for events served as part of such an aggregation.
This applies to at least /event, /context, /relations and /sync. (Note that /event also omits it on the top-level event: #17486.)
For example, if /sync returns an event which has been edited, I expect a response like this, but, in practice, the membership property on the inner event is absent:
The spec describes an
unsigned.membership
property, which SHOULD be populated for all events. (Added by MSC4115.)It also describes an
unsigned.[m.relations]
property which aggregates relationships on the relevant event. The aggregation format for edits and thread threads both contain another event.Synapse does not populate the
unsigned.membership
property for events served as part of such an aggregation.This applies to at least
/event
,/context
,/relations
and/sync
. (Note that/event
also omits it on the top-level event: #17486.)For example, if
/sync
returns an event which has been edited, I expect a response like this, but, in practice, themembership
property on the inner event is absent:The text was updated successfully, but these errors were encountered: