Fix comment
Co-authored-by: Florian Duros <florianduros@element.io>
This commit is contained in:
parent
4d0ce684f4
commit
49ed164f4b
1 changed files with 2 additions and 2 deletions
|
@ -155,8 +155,8 @@ async function createDMRoom(client: Client, userId: string): Promise<string> {
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
/** Wait until we get the other user's device keys.
|
/**
|
||||||
*
|
* Wait until we get the other user's device keys.
|
||||||
* In newer rust-crypto versions, the verification request will be ignored if we
|
* In newer rust-crypto versions, the verification request will be ignored if we
|
||||||
* don't have the sender's device keys.
|
* don't have the sender's device keys.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue