Files
matrix-rust-sdk/crates
Ivan Enderlin c853c77f8c refactor(sdk): Introduce PinnedEventsCacheInner.
This patch introduces the `PinnedEventsCacheInner` type that is used
inside `PinnedEventsCache` to make it cheap to clone. It was already the
case before with all the fields beind `Arc<_>` but we are about to move
data in their correct place, and thus it will add more `Arc<_>`, which
is not good. Let's adopt the same patterns as the other caches too for
the sake of consistency.
2026-05-29 14:36:02 +02:00
..