mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 05:30:33 -04:00
This moves the caches we have for tracked users out of the Sled, and IndexedDB, CryptoStore into the Store struct. The Store struct is a wrapper for the CryptoStore trait, so this is the natural place where these caches should live. Co-authored-by: Jonas Platte <jplatte@matrix.org>