We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b0cf0 commit 7ccafd4Copy full SHA for 7ccafd4
bindings/matrix-sdk-ffi/src/widget.rs
@@ -321,9 +321,7 @@ pub fn get_element_call_required_permissions(
321
event_type: "org.matrix.rageshake_request".to_owned(),
322
},
323
// To read and send encryption keys
324
- WidgetEventFilter::ToDeviceWithType {
325
- event_type: "io.element.call.encryption_keys".to_owned(),
326
- },
+ WidgetEventFilter::ToDevice { event_type: "io.element.call.encryption_keys".to_owned() },
327
// TODO change this to the appropriate to-device version once ready
328
// remove this once all calling supports to-device encryption
329
WidgetEventFilter::MessageLikeWithType {
0 commit comments