diff --git a/ts/services/storage.ts b/ts/services/storage.ts index 23a4fac6b5..7feddb05fa 100644 --- a/ts/services/storage.ts +++ b/ts/services/storage.ts @@ -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