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 bug in /sync response for archived rooms #16932

Merged
merged 6 commits into from
Apr 4, 2024

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    475d74f View commit details
    Browse the repository at this point in the history
  2. Add an end_token to RoomSyncResultBuilder

    ... to represent the last point in the room we actually want to return state
    from.
    richvdh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d3ae25f View commit details
    Browse the repository at this point in the history
  3. Use end_token for state calculation

    Pass the `end_token` down into `compute_state_delta` instead of `now_token`,
    and use it to calculate the state at the end of the timeline.
    richvdh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    3315468 View commit details
    Browse the repository at this point in the history
  4. Add test for archived rooms

    richvdh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    cb87384 View commit details
    Browse the repository at this point in the history
  5. changelog

    richvdh committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    0a0d432 View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

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