File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,9 @@ All notable changes to this project will be documented in this file.
4141
4242### Features
4343
44+ - Add new high-level search helpers ` RoomSearchIterator ` and ` GlobalSearchIterator ` to perform
45+ searches for messages in a room or across all rooms.
46+ ([ 6394] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6394 ) )
4447- Expose ` event_type_raw ` and ` latest_content_raw() ` on ` EventTimelineItem ` ,
4548 allowing clients to access the raw event type string and content JSON for
4649 custom event handling without pattern-matching through nested enums.
Original file line number Diff line number Diff line change @@ -30,6 +30,9 @@ All notable changes to this project will be documented in this file.
3030
3131### Features
3232
33+ - Add new high-level search helpers in ` matrix_sdk_ui::search ` to perform searches for messages in
34+ a room or across all rooms.
35+ ([ 6394] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6394 ) )
3336- Introduce a ` ThreadListService ` which offers reactive interfaces for rendering
3437 and managing the list of threads from a particular room.
3538 ([ 6311] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6311 ) )
You can’t perform that action at this time.
0 commit comments