mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-08 16:04:13 -04:00
The store cache can be filled lazily when it's actually needed. It's not needed in this function here, and may be needed in another function the caller of this function may call later. No need to preemptively fill the cache here.