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
Synapse doesn't currently take into account changes to required_state in room config like it does for the timeline_limit. We should track the previous required_state and if it expands we should send down the current state for the new keys.
Motivating example is so that for room subscriptions the app can ask for more state, like room topic etc, without having to get it for all rooms.
This currently breaks things like topics and pinned events in EXI.
Synapse doesn't currently take into account changes to
required_state
in room config like it does for thetimeline_limit
. We should track the previousrequired_state
and if it expands we should send down the current state for the new keys.Motivating example is so that for room subscriptions the app can ask for more state, like room topic etc, without having to get it for all rooms.
This currently breaks things like topics and pinned events in EXI.
c.f.
synapse/synapse/handlers/sliding_sync/__init__.py
Line 558 in f6c2b0e
The text was updated successfully, but these errors were encountered: