1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2025-11-23 17:02:25 +03:00

Call RustBackupManager.checkKeyBackupAndEnable when RustCrypto is created (#3784)

This commit is contained in:
Florian Duros
2023-10-09 15:23:45 +02:00
committed by GitHub
parent 223dfffdfb
commit bb8a894105
2 changed files with 20 additions and 4 deletions

View File

@@ -153,6 +153,9 @@ export class RustCrypto extends TypedEventEmitter<RustCryptoEvents, RustCryptoEv
]);
this.crossSigningIdentity = new CrossSigningIdentity(olmMachine, this.outgoingRequestProcessor, secretStorage);
// Check and start in background the key backup connection
this.checkKeyBackupAndEnable();
}
/**