From 81c7e0c984d32b5855deacc8b8837c60b69550eb Mon Sep 17 00:00:00 2001 From: Andras Schmelczer Date: Sun, 26 Apr 2026 15:35:58 +0100 Subject: [PATCH] Fix test --- frontend/sync-client/src/sync-operations/syncer.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/frontend/sync-client/src/sync-operations/syncer.ts b/frontend/sync-client/src/sync-operations/syncer.ts index e9f0050e..257a8d67 100644 --- a/frontend/sync-client/src/sync-operations/syncer.ts +++ b/frontend/sync-client/src/sync-operations/syncer.ts @@ -477,6 +477,11 @@ export class Syncer { contentBytes }); + if (response.isDeleted) { + await this.processRemoteDelete(diskPath, { ...response, contentSize: 0 }); + return; + } + this.queue.lastSeenUpdateId = response.vaultUpdateId; await this.handleMaybeMergingResponse({