Add support for Encrypted to-device verification messages

This commit is contained in:
CH Chethan Reddy 2020-09-03 09:29:32 +05:30
parent 10f09d4f43
commit 5358854de3
3 changed files with 47 additions and 2 deletions

View file

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