File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,16 @@ All notable changes to this project will be documented in this file.
2323 ` Room::new_latest_event ` overwrites the ` Room::latest_event ` method. See the
2424 documentation of ` matrix_sdk::latest_event ` to learn about the new API.
2525 [ #5624 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5624/ )
26+ - Created ` RoomPowerLevels::events ` function which returns a ` HashMap<TimelineEventType, i64> ` with all the power
27+ levels per event type. ([ #5937 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5937 ) )
2628
2729### Refactor
2830
31+ - [ ** breaking** ] The existing ` TimelineEventType ` was renamed to ` TimelineEventContent ` , because it contained the
32+ actual contents of the event. Then, we created a new ` TimelineEventType ` enum that actually contains * just* the
33+ event type. ([ #5937 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5937 ) )
34+ - [ ** breaking** ] The function ` TimelineEvent::event_type ` is now ` TimelineEvent::content ` .
35+ ([ #5937 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5937 ) )
2936- [ ** breaking** ] The ` SpaceService ` will no longer auto-subscribe to required
3037 client events when invoking the ` subscribe_to_joined_spaces ` but instead do it
3138 through its, now async, constructor.
You can’t perform that action at this time.
0 commit comments