summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-07-22 11:46:22 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-07-22 11:46:37 +0200
commit904745543a69b15a8aa06ce51ffc0bcd65bf2ba4 (patch)
tree198860b4a59524457c270717f971201c86bdcc0c /src/encryption/DeviceVerificationFlow.h
parentTranslated using Weblate (Russian) (diff)
downloadnheko-904745543a69b15a8aa06ce51ffc0bcd65bf2ba4.tar.xz
Verifications sneakily accumulating in the background
Diffstat (limited to 'src/encryption/DeviceVerificationFlow.h')
-rw-r--r--src/encryption/DeviceVerificationFlow.h2
1 files changed, 2 insertions, 0 deletions
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<typename T> void send(T msg) {