We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46b9c11 commit 4ee6906Copy full SHA for 4ee6906
crates/matrix-sdk/CHANGELOG.md
@@ -23,6 +23,9 @@ All notable changes to this project will be documented in this file.
23
- Expose a new method `RoomEventCache::find_event_relations` for loading
24
events relating to a specific event ID from the cache.
25
[#5930](https://github.com/matrix-org/matrix-rust-sdk/pull/5930/)
26
+- Replace in-memory stores with IndexedDB implementations when initializing
27
+ `Client` with `BuilderStoreConfig::IndexedDb`.
28
+ [#5946](https://github.com/matrix-org/matrix-rust-sdk/pull/5946)
29
30
### Bugfix
31
0 commit comments