mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
bdf37ad4c4
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.
2 lines
87 B
Plaintext
2 lines
87 B
Plaintext
Ensure we don't send down negative `bump_stamp` in experimental sliding sync endpoint.
|