File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -45,6 +45,10 @@ All notable changes to this project will be documented in this file.
4545### Features
4646
4747- Expose ` RoomMember::is_service_member ` field. ([ #6536 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6536 ) )
48+ - Expose ` beacon ` and ` beacon_info ` fields in ` RoomPowerLevelsValues ` and ` RoomPowerLevelChanges ` ,
49+ allowing clients to read and update the power levels required to send beacon (live location)
50+ message events and beacon info state events respectively.
51+ ([ #6540 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6540 ) )
4852- Expose ` ClientBuilder::dm_room_definition ` to customize the DM room definition used by the ` Client ` ,
4953 added ` RoomInfo::is_dm ` field based on it. ([ #6490 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6490 ) )
5054- Expose ` HumanQrGrantLoginError::Unknown ` reason in error message.
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.
88
99### Features
1010
11+ - Added ` beacon ` and ` beacon_info ` fields to ` RoomPowerLevelChanges ` , allowing callers to read
12+ and update the power levels required to send beacon (live location) message events and beacon
13+ info state events respectively.
14+ ([ #6540 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6540 ) )
1115- Added ` DmRoomDefinition ` as a parameter of ` ClientBuilder ` so we can specify it when creating a Client.
1216 Also added a ` Room::is_dm ` method and added some logic to use the new DM definitions in ` Client::get_dm_rooms `
1317 and when using message search. ([ #6490 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/6490 ) )
You can’t perform that action at this time.
0 commit comments