Support rust in StorageManager (#12206)
This commit is contained in:
@@ -336,6 +336,7 @@ class MatrixClientPegClass implements IMatrixClientPeg {
|
||||
if (useRustCrypto) {
|
||||
await this.matrixClient.initRustCrypto();
|
||||
|
||||
StorageManager.setCryptoInitialised(true);
|
||||
// TODO: device dehydration and whathaveyou
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user