Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33299589
D14201.1768768468.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
755 B
Referenced Files
None
Subscribers
None
D14201.1768768468.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D14201: [native] Update BackupHandler logic to avoid pruning DDB
Attached
Detach File
Event Timeline
Log In to Comment