Send master key in verification flow (if we trust it)
This commit is contained in:
parent
e5fb9a25ea
commit
8ec76daeda
2 changed files with 26 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue