diff --git a/lib/encryption/utils/key_verification.dart b/lib/encryption/utils/key_verification.dart index cac2b6a4..2089ee63 100644 --- a/lib/encryption/utils/key_verification.dart +++ b/lib/encryption/utils/key_verification.dart @@ -602,7 +602,10 @@ class KeyVerification { } else { Logs().i('[Key Verification] Sending to ${userId} device ${deviceId}...'); if (deviceId == '*') { - if ({EventTypes.KeyVerificationRequest}.contains(type)) { + if ({ + EventTypes.KeyVerificationRequest, + EventTypes.KeyVerificationCancel, + }.contains(type)) { await client.sendToDevicesOfUserIds({userId}, type, payload); } else { Logs().e(