File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,9 @@ All notable changes to this project will be documented in this file.
14
14
- Add ` EmbeddedEventDetails::timestamp ` and ` EmbeddedEventDetails::event_or_transaction_id `
15
15
which are already available in regular timeline items.
16
16
([ #5331 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5331 ) )
17
+ - ` RoomListService::subscribe_to_rooms ` becomes ` async ` and automatically calls
18
+ ` matrix_sdk::latest_events::LatestEvents::listen_to_room `
19
+ ([ #5369 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5369 ) )
17
20
18
21
### Refactor
19
22
Original file line number Diff line number Diff line change @@ -9,12 +9,18 @@ All notable changes to this project will be documented in this file.
9
9
### Features
10
10
11
11
- Infer timeline read receipt threads for the ` send_single_receipt ` method from
12
- the focus mode and associated ` hide_threaded_events ` flag. ([ 5325] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5325 ) )
12
+ the focus mode and associated ` hide_threaded_events ` flag.
13
+ ([ 5325] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5325 ) )
13
14
- Add ` NotificationItem::room_topic ` to the ` NotificationItem ` struct, which
14
15
contains the topic of the room. This is useful for displaying the room topic
15
- in notifications. ([ #5300 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5300 ) )
16
+ in notifications.
17
+ ([ #5300 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5300 ) )
16
18
- Add ` EmbeddedEvent::timestamp ` and ` EmbeddedEvent::identifier ` which are already
17
- available in regular timeline items. ([ #5331 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5331 ) )
19
+ available in regular timeline items.
20
+ ([ #5331 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5331 ) )
21
+ - ` RoomListService::subscribe_to_rooms ` becomes ` async ` and automatically calls
22
+ ` matrix_sdk::latest_events::LatestEvents::listen_to_room `
23
+ ([ #5369 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5369 ) )
18
24
19
25
## [ 0.12.0] - 2025-06-10
20
26
You can’t perform that action at this time.
0 commit comments