asch/fix-everything #188

Open
andras wants to merge 114 commits from asch/fix-everything into main
Showing only changes of commit 81c7e0c984 - Show all commits

Fix test

Andras Schmelczer 2026-04-26 15:35:58 +01:00

View file

@ -477,6 +477,11 @@ export class Syncer {
contentBytes contentBytes
}); });
if (response.isDeleted) {
await this.processRemoteDelete(diskPath, { ...response, contentSize: 0 });
return;
}
this.queue.lastSeenUpdateId = response.vaultUpdateId; this.queue.lastSeenUpdateId = response.vaultUpdateId;
await this.handleMaybeMergingResponse({ await this.handleMaybeMergingResponse({