summary refs log tree commit diff
path: root/src/DeviceVerificationFlow.h
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-10-08 18:30:31 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2020-10-08 18:30:31 +0200
commit8ec76daedac7419f6ba5eb1f2edf00a6d551f752 (patch)
tree57ec52a5ac9bd2ed01b3cd5ff094dae9bc550067 /src/DeviceVerificationFlow.h
parentTry to please the CI gods (diff)
downloadnheko-8ec76daedac7419f6ba5eb1f2edf00a6d551f752.tar.xz
Send master key in verification flow (if we trust it)
Diffstat (limited to '')
-rw-r--r--src/DeviceVerificationFlow.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/DeviceVerificationFlow.h b/src/DeviceVerificationFlow.h

index d70374d9..70b5d9b3 100644 --- a/src/DeviceVerificationFlow.h +++ b/src/DeviceVerificationFlow.h
@@ -185,6 +185,9 @@ private: mtx::identifiers::User toClient; QString deviceId; + // public part of our master key, when trusted or empty + std::string our_trusted_master_key; + mtx::events::msg::SASMethods method = mtx::events::msg::SASMethods::Emoji; QTimer *timeout = nullptr; sas_ptr sas;