Support rust in StorageManager (#12206)

This commit is contained in:
Valere
2024-02-01 15:42:14 +00:00
committed by GitHub
parent 01f0c668b7
commit 40ee1bb400
2 changed files with 15 additions and 2 deletions
+1
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;
}