Skip to content

Commit e3390c1

Browse files
Copilotpixlwave
authored andcommitted
docs: Add changelog entries for LowPriority and NonLowPriority filters
Co-authored-by: pixlwave <[email protected]>
1 parent c6dc070 commit e3390c1

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

bindings/matrix-sdk-ffi/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file.
88

99
### Features:
1010

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))
1115
- Add `room_version` and `privileged_creators_role` to `RoomInfo` ([#5449](https://github.com/matrix-org/matrix-rust-sdk/pull/5449)).
1216
- The [`unstable-hydra`] feature has been enabled, which enables room v12 changes in the SDK.
1317
([#5450](https://github.com/matrix-org/matrix-rust-sdk/pull/5450)).

crates/matrix-sdk-ui/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.
77
## [Unreleased] - ReleaseDate
88

99
### 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))
1016
- [**breaking**] Space rooms are now being retrieved through sliding sync and the newly introduced
1117
[`room_list_service::filters::new_filter_non_space`] filter should be used to exclude them from any room list.
1218
([5479](https://github.com/matrix-org/matrix-rust-sdk/pull/5479))

0 commit comments

Comments
 (0)