mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-15 12:17:48 +00:00
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.
1 line
87 B
Text
1 line
87 B
Text
Ensure we don't send down negative `bump_stamp` in experimental sliding sync endpoint.
|