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: add include_old_rooms; remove is_tombstoned #2801

Merged
merged 4 commits into from
Oct 26, 2022

Commits on Oct 25, 2022

  1. Configuration menu
    Copy the full SHA
    8f10c0d View commit details
    Browse the repository at this point in the history
  2. bugfix: allow subtly different DELETE/INSERT semantics

    In sliding sync, with an empty list, it is possible for the proxy
    to send back DELETE 0, INSERT 0 !room which has the net result of
    `[!room]`. Previously, the JS SDK would not handle this correctly.
    Now it does. With tests.
    kegsay committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    24a9562 View commit details
    Browse the repository at this point in the history
  3. Remove debug logging

    kegsay committed Oct 25, 2022
    Configuration menu
    Copy the full SHA
    11cc30f View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2022

  1. Configuration menu
    Copy the full SHA
    2e56c34 View commit details
    Browse the repository at this point in the history