mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 07:56:55 -04:00
* feat: introduce SlidingSyncSelectiveModeBuilder * feat: get rid of `CannotModifyRanges` \o/ * chore: rustfmt * chore: remove scope in test * chore: move request generator update to its own mod, gets rid of `set_ranges` * chore: add comments on the request generator methods * chore: sink one range_end definition into the match arm that matters * ffi: remove unused `add_range` method * test: update incorrect test expectation * chore: make clippy happy * address first review comments * review: don't reuse the ranges field for two things * chore: use a builder pattern for sliding sync selective mode * address review comments + CI Signed-off-by: Benjamin Bouvier <public@benj.me>