Skip to content

Commit 68fe9f1

Browse files
authored
Revert "Enable key backup after we reset it (#2170)"
This reverts commit cfad8d3.
1 parent 2fd08d7 commit 68fe9f1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/crypto/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -953,8 +953,6 @@ export class Crypto extends EventEmitter {
953953
// sign with the device fingerprint
954954
await this.signObject(data.auth_data);
955955

956-
await this.backupManager.enableKeyBackup(data);
957-
958956
builder.addSessionBackup(data);
959957
}
960958

0 commit comments

Comments
 (0)