summary refs log tree commit diff
path: root/src/encryption/DeviceVerificationFlow.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2024-01-15 02:16:04 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2024-01-15 02:17:18 +0100
commit51236c32600ab456b0beab420e641c7583c4241b (patch)
tree53eaf948156dcf3a1035e53efdcfb906033e3595 /src/encryption/DeviceVerificationFlow.h
parentFix gstreamer deinit (diff)
downloadnheko-51236c32600ab456b0beab420e641c7583c4241b.tar.xz
Fix verification with multiple devices in parallel
Fixes #1125
Diffstat (limited to 'src/encryption/DeviceVerificationFlow.h')
-rw-r--r--src/encryption/DeviceVerificationFlow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/encryption/DeviceVerificationFlow.h b/src/encryption/DeviceVerificationFlow.h

index e64eab96..6f8f413e 100644 --- a/src/encryption/DeviceVerificationFlow.h +++ b/src/encryption/DeviceVerificationFlow.h
@@ -104,6 +104,7 @@ public: KeyMismatch, Timeout, User, + AcceptedOnOtherDevice, OutOfOrder, }; Q_ENUM(Error)