File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
8
8
9
9
### Features:
10
10
11
+ - Add ` LowPriority ` and ` NonLowPriority ` variants to ` RoomListEntriesDynamicFilterKind ` for filtering
12
+ rooms based on their low priority status. These filters allow clients to show only low priority rooms
13
+ or exclude low priority rooms from the room list.
14
+ ([ #5508 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5508 ) )
11
15
- Add ` room_version ` and ` privileged_creators_role ` to ` RoomInfo ` ([ #5449 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5449 ) ).
12
16
- The [ ` unstable-hydra ` ] feature has been enabled, which enables room v12 changes in the SDK.
13
17
([ #5450 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5450 ) ).
Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
7
7
## [ Unreleased] - ReleaseDate
8
8
9
9
### Features
10
+ - Add ` new_filter_low_priority ` and ` new_filter_non_low_priority ` filters to the room list filtering system,
11
+ allowing clients to filter rooms based on their low priority status. The filters use the ` Room::is_low_priority() `
12
+ method which checks for the ` m.lowpriority ` room tag.
13
+ ([ #5508 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5508 ) )
14
+ - [ ** breaking** ] Refactor the ` non_space ` filter into a ` space ` filter, favouring its use in combination with the
15
+ ` not ` filter. ([ #5508 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5508 ) )
10
16
- [ ** breaking** ] Space rooms are now being retrieved through sliding sync and the newly introduced
11
17
[ ` room_list_service::filters::new_filter_non_space ` ] filter should be used to exclude them from any room list.
12
18
([ 5479] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5479 ) )
You can’t perform that action at this time.
0 commit comments