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

Various smaller sliding sync fixes #1372

Merged
merged 11 commits into from Jan 24, 2023
Merged

Various smaller sliding sync fixes #1372

merged 11 commits into from Jan 24, 2023

Commits on Jan 18, 2023

  1. Configuration menu
    Copy the full SHA
    970b6b6 View commit details
    Browse the repository at this point in the history
  2. fix(sliding-sync): use single replace on cold and empty views

    Before we'd push one empty entry at a time, which lead to a lot of vecdiff updates pushed. With this
    we now only push one  event after the entire operation set has been applied on the fresh
    or cold view.
    gnunicorn committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    366b7f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06a3229 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    682f547 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e410e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b584bb View commit details
    Browse the repository at this point in the history
  7. fix(ffi): don't cancel the actual spawn, instead ensure it finishes p…

    …rocessing before stopping the loop
    gnunicorn committed Jan 18, 2023
    Configuration menu
    Copy the full SHA
    5a36f72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    825489a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b8fdbb1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a632355 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2023

  1. feat(sliding-sync): add configuration to inform about room changes wi…

    …thout positional update
    gnunicorn committed Jan 23, 2023
    Configuration menu
    Copy the full SHA
    223b99f View commit details
    Browse the repository at this point in the history