feat: Attempt to detect already decrypted messages
This commit is contained in:
@@ -730,7 +730,9 @@ void main() {
|
||||
msg.encryptedKeys,
|
||||
);
|
||||
expect(true, false);
|
||||
} catch (_) {
|
||||
} on MessageAlreadyDecryptedException catch (_) {
|
||||
errorCounter++;
|
||||
} on InvalidKeyExchangeException catch (_) {
|
||||
errorCounter++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user