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

Fix sliding sync for rooms with unknown room version #17733

Merged
merged 3 commits into from
Sep 19, 2024

Commits on Sep 19, 2024

  1. Fix sliding sync for rooms with unknown room version

    In particular, this caused issues sorting the room as we assume we can
    get a latest stream ordering for all rooms, but we can't for rooms with
    unknown room version.
    erikjohnston committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    39ef2c0 View commit details
    Browse the repository at this point in the history
  2. Add test

    erikjohnston committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    b79cafa View commit details
    Browse the repository at this point in the history
  3. Newsfile

    erikjohnston committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    44ea908 View commit details
    Browse the repository at this point in the history