Fix a few verification typos
This commit is contained in:
parent
d1c8149d07
commit
a54f828fb4
2 changed files with 2 additions and 2 deletions
|
|
@ -378,7 +378,7 @@ DeviceVerificationFlow::DeviceVerificationFlow(QObject *,
|
|||
&ChatPage::receivedDeviceVerificationDone,
|
||||
this,
|
||||
[this](const mtx::events::msg::KeyVerificationDone &msg) {
|
||||
nhlog::crypto()->info("verification: receoved done");
|
||||
nhlog::crypto()->info("verification: received done");
|
||||
if (msg.transaction_id.has_value()) {
|
||||
if (msg.transaction_id.value() != this->transaction_id)
|
||||
return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue