summary refs log tree commit diff
path: root/changelog.d/17478.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Sliding Sync: ensure bump stamp ignores backfilled events (#17478)Erik Johnston2024-07-241-0/+1
Backfill events have a negative stream ordering, and so its not useful to use to compare with other (positive) stream orderings. Plus, the Rust SDK currently assumes `bump_stamp` is positive.