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

Lazy load room state events on initial sync #62

Closed
ulyssa opened this issue Mar 20, 2023 · 0 comments
Closed

Lazy load room state events on initial sync #62

ulyssa opened this issue Mar 20, 2023 · 0 comments
Assignees

Comments

@ulyssa
Copy link
Owner

ulyssa commented Mar 20, 2023

Matrix allows specifying that events should be lazily loaded through rooms filters. The matrix-rust-sdk will check for the limited flag on the homeserver's results, and take care of fetching information later on as needed (e.g., room member information). This should help shrink the size of the initial sync payload for accounts that are in multiple rooms with a large number of members.

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

No branches or pull requests

1 participant