synapse/changelog.d/17809.bugfix
Eric Eastwood 0932c77539
Sliding Sync: Lazy-loading room members on incremental sync (remember memberships) (#17809)
Lazy-loading room members on incremental sync and remember which
memberships we've sent down the connection before (up-to 100)

Fix https://github.com/element-hq/synapse/issues/17804
2024-11-04 10:17:58 -06:00

1 line
128 B
Text

Fix bug with sliding sync where `$LAZY`-loading room members would not return `required_state` membership in incremental syncs.