You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- 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
-
22
19
- Add new method `discard_room_key` on `Room` that allows to discard the current
23
20
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)).
0 commit comments