mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-06 15:04:11 -04:00
This patch updates `EventCacheStore::handle_linked_chunk_updates` to take a `Vec<Update<Item, Gap>>` instead of `&[Update<Item, Gap>]`. In fact, `linked_chunk::ObservableUpdates::take()` already returns a `Vec<Update<Item, Gap>>`; we can simply forward this `Vec` up to here without any further clones.
The file is empty.