Page MenuHomePhorge

D14201.1768768468.diff
No OneTemporary

Size
755 B
Referenced Files
None
Subscribers
None

D14201.1768768468.diff

diff --git a/native/backup/backup-handler.js b/native/backup/backup-handler.js
--- a/native/backup/backup-handler.js
+++ b/native/backup/backup-handler.js
@@ -250,14 +250,14 @@
}
const shouldDoMigration =
- usingRestoreFlow && !latestBackupInfo && !deviceListIsSigned;
+ usingRestoreFlow && (!latestBackupInfo || !deviceListIsSigned);
if (!shouldDoMigration && !isPrimaryDevice) {
backupUploadInProgress.current = false;
return;
}
try {
const promise = (async () => {
- if (shouldDoMigration) {
+ if (shouldDoMigration && !deviceListIsSigned) {
if (!userID || !deviceID) {
throw new Error('Missing auth metadata');
}

File Metadata

Mime Type
text/plain
Expires
Sun, Jan 18, 8:34 PM (20 h, 40 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5952958
Default Alt Text
D14201.1768768468.diff (755 B)

Event Timeline