From 8ec76daedac7419f6ba5eb1f2edf00a6d551f752 Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Thu, 8 Oct 2020 18:30:31 +0200 Subject: Send master key in verification flow (if we trust it) --- src/DeviceVerificationFlow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/DeviceVerificationFlow.h') 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; -- cgit 1.5.1