This commit is contained in:
Nicolas Werner 2021-10-17 17:20:51 +02:00
parent 147dc9d4da
commit 6793bdf3fd
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
5 changed files with 18 additions and 9 deletions

View file

@ -631,8 +631,8 @@ DeviceVerificationFlow::sendVerificationRequest()
req.to = this->toClient.to_string();
req.msgtype = "m.key.verification.request";
req.body = "User is requesting to verify keys with you. However, your client does "
"not support this method, so you will need to use the legacy method of "
"key verification.";
"not support this method, so you will need to use the legacy method of "
"key verification.";
}
send(req);