File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,8 @@ All notable changes to this project will be documented in this file.
17
17
- Add ` Client::supported_versions() ` , which returns the results of both ` Client::server_versions() ` and
18
18
` Client::unstable_features() ` with a single call.
19
19
([ #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 ) )
20
22
- ` Client::add_event_handler ` : Set ` Option<EncryptionInfo> ` in ` EventHandlerData ` for to-device messages.
21
23
If the to-device message was encrypted, the ` EncryptionInfo ` will be set. If it is ` None ` the message was sent in clear.
22
24
([ #5099 ] ( https://github.com/matrix-org/matrix-rust-sdk/pull/5099 ) )
You can’t perform that action at this time.
0 commit comments