summary refs log tree commit diff
path: root/docs/usage/configuration/config_documentation.md
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-10-14 13:31:22 +0100
committerGitHub <noreply@github.com>2024-10-14 13:31:22 +0100
commitd025b5ab508020740501ac8cca0da2fd99e89cee (patch)
tree04c813c0f4c0321d88484a449de3796ca2cc1897 /docs/usage/configuration/config_documentation.md
parentBump mypy-zope from 1.0.5 to 1.0.7 (#17827) (diff)
downloadsynapse-d025b5ab508020740501ac8cca0da2fd99e89cee.tar.xz
Correctly changes to required state config in sliding sync (#17785)
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>
Diffstat (limited to 'docs/usage/configuration/config_documentation.md')
0 files changed, 0 insertions, 0 deletions