mirror of
https://github.com/element-hq/synapse.git
synced 2024-11-21 17:15:38 +03:00
d025b5ab50
Fixes https://github.com/element-hq/synapse/issues/17698 This handles `required_state` changes by checking if new state has been added to the config, and if so fetching and returning that from the current state. This also takes care to ensure that given a state entry S that is added, removed and then re-added that we do *not* send S down a second time if there have been no changes to S in the current state. This is fine for Rust SDK (as it just remembers all state), but we might decide not to do this behaviour in the MSC. If we decide to always send down S then its easy enough to rip out all the code. --------- Co-authored-by: Eric Eastwood <eric.eastwood@beta.gouv.fr>
1 line
113 B
Text
1 line
113 B
Text
Fix bug with sliding sync where the server would not return state that was added to the `required_state` config.
|