mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 13:40:47 +00:00
Do not process records if there are none to process
This commit is contained in:
@@ -809,6 +809,10 @@ async function processManifest(
|
||||
});
|
||||
});
|
||||
|
||||
if (!remoteOnlyRecords.size) {
|
||||
return false;
|
||||
}
|
||||
|
||||
const conflictCount = await processRemoteRecords(remoteOnlyRecords);
|
||||
|
||||
// Post-merge, if our local records contain any storage IDs that were not
|
||||
|
||||
Reference in New Issue
Block a user