mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-25 01:28:21 -04:00
* chore: use RangeInclusive instead of raw start/end integers for ranges in sliding sync * chore: have timeline_limit use a u32 instead of a Ruma UInt * chore: Remove all the `Into<u32>` generics on timeline_limit and ranges APIs * chore: introduce a `Bound` type alias for u32 Signed-off-by: Benjamin Bouvier <public@benj.me>