From 04823542abb993bb8f413c2143ffb4d07b357eea Mon Sep 17 00:00:00 2001 From: Valere Date: Tue, 17 Oct 2023 16:55:10 +0200 Subject: [PATCH] Update src/rust-crypto/backup.ts Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com> --- src/rust-crypto/backup.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust-crypto/backup.ts b/src/rust-crypto/backup.ts index ad7542815e9..e0ba3bbe8b3 100644 --- a/src/rust-crypto/backup.ts +++ b/src/rust-crypto/backup.ts @@ -153,7 +153,7 @@ export class RustBackupManager extends TypedEventEmitter { - // Currently we only receive the decryption key without any key backup version, it is important to + // Currently we only receive the decryption key without any key backup version. It is important to // check that the secret is valid for the current version before storing it. // We force a check to ensure to have the latest version. We also want to check that the backup is trusted // as we don't want to store the secret if the backup is not trusted, and eventually import megolm keys later from an untrusted backup.