diff --git a/src/rust-crypto/rust-crypto.ts b/src/rust-crypto/rust-crypto.ts index 8c1871ed9e..d995b165de 100644 --- a/src/rust-crypto/rust-crypto.ts +++ b/src/rust-crypto/rust-crypto.ts @@ -1477,6 +1477,8 @@ export class RustCrypto extends TypedEventEmitter): Promise { + this.logger.debug("resetEncryption: resetting encryption"); + // Disable backup, and delete all the backups from the server await this.backupManager.deleteAllKeyBackupVersions(); @@ -1491,6 +1493,8 @@ export class RustCrypto extends TypedEventEmitter