summary refs log tree commit diff
path: root/src/DeviceVerificationFlow.cpp
diff options
context:
space:
mode:
authorCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-09-03 09:29:32 +0530
committerCH Chethan Reddy <40890937+Chethan2k1@users.noreply.github.com>2020-09-03 09:37:16 +0530
commit5358854de37fcf51c5d24f022b231da17f3b85c7 (patch)
tree50cd2c5aecc872b850ac07d2080d7fa223c4da5c /src/DeviceVerificationFlow.cpp
parentFix catch by value warning (diff)
downloadnheko-5358854de37fcf51c5d24f022b231da17f3b85c7.tar.xz
Add support for Encrypted to-device verification messages
Diffstat (limited to 'src/DeviceVerificationFlow.cpp')
-rw-r--r--src/DeviceVerificationFlow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DeviceVerificationFlow.cpp b/src/DeviceVerificationFlow.cpp

index 00c9602c..37866716 100644 --- a/src/DeviceVerificationFlow.cpp +++ b/src/DeviceVerificationFlow.cpp
@@ -165,7 +165,7 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *, } if (this->method == DeviceVerificationFlow::Method::Emoji) { - std::cout<<info<<std::endl; + std::cout << info << std::endl; this->sasList = this->sas->generate_bytes_emoji(info); } else if (this->method == DeviceVerificationFlow::Method::Decimal) { this->sasList = this->sas->generate_bytes_decimal(info);