Send master key in verification flow (if we trust it)

This commit is contained in:
Nicolas Werner 2020-10-08 18:30:31 +02:00
parent e5fb9a25ea
commit 8ec76daeda
2 changed files with 26 additions and 0 deletions

View file

@ -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;