Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sliding Sync: ensure bump stamp ignores backfilled events (#17478) | Erik Johnston | 2024-07-24 | 1 | -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. |