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

SS: Reset connection if token is unrecognized #17529

Merged
merged 4 commits into from
Aug 6, 2024

Commits on Aug 5, 2024

  1. SS: Reset connection if token is unrecognized

    This triggers the client to start a new sliding sync connection. If we
    don't do this and the client asks for the full range of rooms, we end up
    sending down all rooms and their state from scratch (which can be very
    slow)
    erikjohnston committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    ff4a4c7 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    4af7ecc View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

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

    erikjohnston committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    1832c45 View commit details
    Browse the repository at this point in the history