Skip to content

Commit 0a7e28f

Browse files
authored
Merge pull request #3166 from Hywan/feat-sdk-event-cache-store-experimental
feat(sdk): Event cache experimental store
2 parents 2520804 + e8cf6dc commit 0a7e28f

File tree

4 files changed

+1511
-5
lines changed

4 files changed

+1511
-5
lines changed

crates/matrix-sdk/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,9 @@ Additions:
1616
- Add the `ClientBuilder::add_root_certificates()` method which re-exposes the
1717
`reqwest::ClientBuilder::add_root_certificate()` functionality.
1818
- Add `Room::get_user_power_level(user_id)` and `Room::get_suggested_user_role(user_id)` to be able to fetch power level info about an user without loading the room member list.
19-
20-
Additions:
21-
2219
- Add new method `discard_room_key` on `Room` that allows to discard the current
2320
outbound session for that room. Can be used by clients as a dev tool like the `/discardsession` command.
21+
- Add a new `LinkedChunk` data structure to represents all events per room ([#3166](https://github.com/matrix-org/matrix-rust-sdk/pull/3166)).
2422

2523
# 0.7.0
2624

0 commit comments

Comments
 (0)