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

Add lazy-loading /sync tests for faster room joins #442

Merged
merged 7 commits into from
Sep 2, 2022

Commits on Aug 10, 2022

  1. Add SyncStateHas* check functions

    Sean Quah committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    001a280 View commit details
    Browse the repository at this point in the history
  2. Add getSyncToken helper function

    Sean Quah committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    fd8f216 View commit details
    Browse the repository at this point in the history
  3. Add lazy-loading /sync tests for faster room joins

    Test that lazy-loading `/sync`s do not block when receiving events from
    remote senders. Also test that lazy-loading `/sync`s return the
    appropriate memberships for event senders.
    Sean Quah committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    dc6349b View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Configuration menu
    Copy the full SHA
    fd1916f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d8c2d1f View commit details
    Browse the repository at this point in the history
  3. Test for timeline.limited flag in gappy sync

    Sean Quah committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    6a5f481 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Update comment to match #440

    Sean Quah committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    98c358b View commit details
    Browse the repository at this point in the history