Fix comment

Co-authored-by: Florian Duros <florianduros@element.io>
This commit is contained in:
Hubert Chathi 2024-12-09 12:09:19 -05:00 committed by GitHub
parent 4d0ce684f4
commit 49ed164f4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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.
*/ */