summary refs log tree commit diff
path: root/docs/usage/configuration/user_authentication
diff options
context:
space:
mode:
authorErik Johnston <erikj@element.io>2024-11-08 16:41:24 +0000
committerGitHub <noreply@github.com>2024-11-08 16:41:24 +0000
commitcacd4fd7bd40465732fc302a69efa39dcb5eb118 (patch)
treea861da1d3b24a4dc7d57c028a6b7cf7a8c41e36a /docs/usage/configuration/user_authentication
parentFix Twisted tests with latest release (#17911) (diff)
downloadsynapse-cacd4fd7bd40465732fc302a69efa39dcb5eb118.tar.xz
Fix MSC4222 returning full state (#17915)
There was a bug that meant we would return the full state of the room on
incremental syncs when using lazy loaded members and there were no
entries in the timeline.

This was due to trying to use `state_filter or state_filter.all()` as a
short hand for handling `None` case, however `state_filter` implements
`__bool__` so if the state filter was empty it would be set to full.

c.f. MSC4222 and #17888
Diffstat (limited to 'docs/usage/configuration/user_authentication')
0 files changed, 0 insertions, 0 deletions