mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-04 12:02:40 -04:00
This patch updates R2D2 to uses `Caches` via `EventCache::inner::all_caches_for_room` to get a reference to all the caches. It updates the way the event-focused cache was updated. No more ABBA lock problem here. The code is simplified.