fix(!714): Off-by-one in v5 sync #1100
No reviewers
Labels
No labels
Bug
Cherry-picking
Database
Dependencies
Dependencies/Renovate
Difficulty
Easy
Difficulty
Hard
Difficulty
Medium
Documentation
Enhancement
Good first issue
Help wanted
Inherited
Matrix/Administration
Matrix/Appservices
Matrix/Auth
Matrix/Client
Matrix/Core
Matrix/Federation
Matrix/Hydra
Matrix/MSC
Matrix/Media
Meta
Meta/CI
Meta/Packaging
Priority
Blocking
Priority
High
Priority
Low
Security
Status/Blocked
Status
Confirmed
Status
Duplicate
Status
Invalid
Status
Needs Investigation
To-Merge
Wont fix
old/ci/cd
old/rust
No milestone
No project
No assignees
3 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
continuwuation/continuwuity!1100
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "digitalrain/continuwuity:fix-sync-v5-off-by-one"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Simplified sliding sync specifies ranges to be inclusive while rust ranges are
exclusive.
I'm not seeing any issues, just wanted to double check the behaviour this is supposed to fix? In particular user facing
An element X user does not see a new room, either from an invitation or from joining a room in another client, unless its the first sync they do since the server started, or until they receive another invitation to/join another room in a different client, in which case they only see the previous new room and not the newest new room.