1
0
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:
David Baker
2017-12-08 18:17:23 +00:00
committed by GitHub
3 changed files with 42 additions and 6 deletions

View File

@@ -391,6 +391,7 @@ MatrixClient.prototype.initCrypto = async function() {
this.reEmitter.reEmit(crypto, [
"crypto.roomKeyRequest",
"crypto.roomKeyRequestCancellation",
"crypto.warning",
]);
await crypto.init();