This commit is contained in:
Andras Schmelczer 2026-04-26 15:35:58 +01:00
commit 81c7e0c984

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({