diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-02 12:18:54 +0200 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-10-02 12:18:54 +0200 |
commit | 54e3c2c96b75052da8249c3ce92065b9ad09f139 (patch) | |
tree | 85ff2c4a46738d61fbf1b67cd1a816b53cbaa396 /src/DeviceVerificationFlow.h | |
parent | Clean up verification and key cache a bit (diff) | |
download | nheko-54e3c2c96b75052da8249c3ce92065b9ad09f139.tar.xz |
Fix verification start to start with request
Diffstat (limited to 'src/DeviceVerificationFlow.h')
-rw-r--r-- | src/DeviceVerificationFlow.h | 2 |
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; |