You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Merge pull request #586 from matrix-org/dbkr/crypto_store_migrate_warning
Emit an event for crypto store migration
This commit is contained in:
@@ -391,6 +391,7 @@ MatrixClient.prototype.initCrypto = async function() {
|
||||
this.reEmitter.reEmit(crypto, [
|
||||
"crypto.roomKeyRequest",
|
||||
"crypto.roomKeyRequestCancellation",
|
||||
"crypto.warning",
|
||||
]);
|
||||
|
||||
await crypto.init();
|
||||
|
||||
Reference in New Issue
Block a user