mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-27 02:31:15 -04:00
Index ranges are inclusive, but our loop would stop one short. This particuarly tricky when the selective view is moved, as we didn't properly invalidate all items.