diff options
author | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-06-25 22:38:48 +0530 |
---|---|---|
committer | CH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com> | 2020-07-30 22:10:27 +0530 |
commit | fd232b1f4a6d55b566ee138b30cfcc272129fabb (patch) | |
tree | 6cefa62c3bc48d0be16a047765a58181b621de1b /src/DeviceVerificationFlow.h | |
parent | Fix presence indicator (diff) | |
download | nheko-fd232b1f4a6d55b566ee138b30cfcc272129fabb.tar.xz |
Some more fixes
Diffstat (limited to 'src/DeviceVerificationFlow.h')
-rw-r--r-- | src/DeviceVerificationFlow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/DeviceVerificationFlow.h b/src/DeviceVerificationFlow.h index 81ab9c99..5830e705 100644 --- a/src/DeviceVerificationFlow.h +++ b/src/DeviceVerificationFlow.h @@ -78,6 +78,7 @@ private: QTimer *timeout = nullptr; sas_ptr sas; + bool isMacVerified; std::string mac_method; std::string transaction_id; std::string commitment; |