File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
bindings/matrix-sdk-ffi/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -220,6 +220,8 @@ pub fn get_element_call_required_permissions(
220
220
event_type: StateEventType :: CallMember . to_string( ) ,
221
221
state_key: format!( "{own_user_id}_{own_device_id}" ) ,
222
222
} ,
223
+ // Same as above for [MSC3779] and [MSC4143](https://github.com/matrix-org/matrix-spec-proposals/pull/4143),
224
+ // with application suffix
223
225
WidgetEventFilter :: StateWithTypeAndStateKey {
224
226
event_type: StateEventType :: CallMember . to_string( ) ,
225
227
state_key: format!( "{own_user_id}_{own_device_id}_m.call" ) ,
@@ -231,6 +233,7 @@ pub fn get_element_call_required_permissions(
231
233
event_type: StateEventType :: CallMember . to_string( ) ,
232
234
state_key: format!( "_{own_user_id}_{own_device_id}" ) ,
233
235
} ,
236
+ // Same as above for [MSC4143], with application suffix
234
237
WidgetEventFilter :: StateWithTypeAndStateKey {
235
238
event_type: StateEventType :: CallMember . to_string( ) ,
236
239
state_key: format!( "_{own_user_id}_{own_device_id}_m.call" ) ,
You can’t perform that action at this time.
0 commit comments