Support rust in StorageManager (#12206)

This commit is contained in:
Valere
2024-02-01 16:42:14 +01:00
committed by GitHub
parent 01f0c668b7
commit 40ee1bb400
2 changed files with 15 additions and 2 deletions

View File

@@ -336,6 +336,7 @@ class MatrixClientPegClass implements IMatrixClientPeg {
if (useRustCrypto) {
await this.matrixClient.initRustCrypto();
StorageManager.setCryptoInitialised(true);
// TODO: device dehydration and whathaveyou
return;
}