Skip to content

Commit 8f8048b

Browse files
ajburarichvdh
andauthored
Update src/rust-crypto/backup.ts
Co-authored-by: Richard van der Hoff <[email protected]>
1 parent 470522b commit 8f8048b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-crypto/backup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ export class RustBackupManager extends TypedEventEmitter<RustBackupCryptoEvents,
166166
const latestBackupVersion = backupCheck?.backupInfo.version;
167167

168168
if (!latestBackupVersion) {
169-
// There is no server-side key backup, or the backup is not trusted.
169+
// There is no server-side key backup.
170170
// This decryption key is useless to us.
171171
logger.warn(
172172
"handleBackupSecretReceived: Received a backup decryption key, but there is no trusted server-side key backup",

0 commit comments

Comments
 (0)