Support rust in StorageManager (#12206)
This commit is contained in:
parent
01f0c668b7
commit
40ee1bb400
2 changed files with 15 additions and 2 deletions
|
@ -336,6 +336,7 @@ class MatrixClientPegClass implements IMatrixClientPeg {
|
|||
if (useRustCrypto) {
|
||||
await this.matrixClient.initRustCrypto();
|
||||
|
||||
StorageManager.setCryptoInitialised(true);
|
||||
// TODO: device dehydration and whathaveyou
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue