summary refs log tree commit diff
path: root/src/DeviceVerificationFlow.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-02 12:18:54 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-02 12:18:54 +0200
commit54e3c2c96b75052da8249c3ce92065b9ad09f139 (patch)
tree85ff2c4a46738d61fbf1b67cd1a816b53cbaa396 /src/DeviceVerificationFlow.h
parentClean up verification and key cache a bit (diff)
downloadnheko-54e3c2c96b75052da8249c3ce92065b9ad09f139.tar.xz
Fix verification start to start with request
Diffstat (limited to 'src/DeviceVerificationFlow.h')
-rw-r--r--src/DeviceVerificationFlow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DeviceVerificationFlow.h b/src/DeviceVerificationFlow.h
index 31d2facc..de7a4567 100644
--- a/src/DeviceVerificationFlow.h
+++ b/src/DeviceVerificationFlow.h
@@ -111,7 +111,7 @@ private:
         // general
         QString userId;
         QString deviceId;
-        Method method;
+        Method method = Method::Emoji;
         Type type;
         bool sender;
         QTimer *timeout = nullptr;