This commit is contained in:
Hubert Chathi 2024-12-09 15:50:30 -05:00
parent 49ed164f4b
commit e505a5ce8d

View file

@ -155,7 +155,7 @@ async function createDMRoom(client: Client, userId: string): Promise<string> {
});
}
/**
/**
* Wait until we get the other user's device keys.
* In newer rust-crypto versions, the verification request will be ignored if we
* don't have the sender's device keys.