lint
This commit is contained in:
parent
147dc9d4da
commit
6793bdf3fd
5 changed files with 18 additions and 9 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue