Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sliding sync does not correctly do lazy loaded members for incremental sync #17804

Open
erikjohnston opened this issue Oct 8, 2024 · 0 comments
Labels

Comments

@erikjohnston
Copy link
Member

For incremental syncs of rooms, lazy loaded members means we must send down the membership events for all senders of events in the timeline section of a room if those membership events have not been previously been sent down.

Currently we only correctly do this for initial syncs.

In sync v2 we do this by maintaining in-memory caches of which membership events we've sent down which sync streams.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant