Skip to content

Commit 40e3cd3

Browse files
BillCarsonFrpoljar
authored andcommitted
changelog: add changelog for sending e2ee to-device with widgets
1 parent a58a74e commit 40e3cd3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

crates/matrix-sdk/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ All notable changes to this project will be documented in this file.
1717
- Add `Client::supported_versions()`, which returns the results of both `Client::server_versions()` and
1818
`Client::unstable_features()` with a single call.
1919
([#5357](https://github.com/matrix-org/matrix-rust-sdk/pull/5357))
20+
- `WidgetDriver::send_to_device` Now supports sending encrypted to-device messages.
21+
([#5252](https://github.com/matrix-org/matrix-rust-sdk/pull/5252))
2022
- `Client::add_event_handler`: Set `Option<EncryptionInfo>` in `EventHandlerData` for to-device messages.
2123
If the to-device message was encrypted, the `EncryptionInfo` will be set. If it is `None` the message was sent in clear.
2224
([#5099](https://github.com/matrix-org/matrix-rust-sdk/pull/5099))

0 commit comments

Comments
 (0)