mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
In `SlidingSyncListBuilder`, the `ranges`, `set_range`, and `add_range` methods do not take a `u32` but a `U: Into<UInt>`. That's great! However, in `SlidingSyncList`, the same methods take a `u32`. It makes the API inconsistent. This patch fixes that.