From 904745543a69b15a8aa06ce51ffc0bcd65bf2ba4 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 22 Jul 2022 11:46:22 +0200 Subject: Verifications sneakily accumulating in the background --- src/encryption/DeviceVerificationFlow.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/encryption/DeviceVerificationFlow.h') diff --git a/src/encryption/DeviceVerificationFlow.h b/src/encryption/DeviceVerificationFlow.h index 7968b739..a4dce236 100644 --- a/src/encryption/DeviceVerificationFlow.h +++ b/src/encryption/DeviceVerificationFlow.h @@ -222,6 +222,8 @@ private: bool isMacVerified = false; + bool keySent = false, macSent = false, acceptSent = false, startSent = false; + template void send(T msg) { -- cgit 1.5.1