fix(sync): keep deltas after initial part.updated coalescing

This commit is contained in:
Bohdan Triapitsyn
2026-04-16 19:16:32 +03:00
parent af7cf6ec9c
commit 2cedc443a5
3 changed files with 32 additions and 6 deletions
+1 -1
View File
@@ -80,4 +80,4 @@ export const syncDebug = {
eventApplied: (eventType: string, sessionID?: string, messageID?: string) =>
log("dispatch", "event → applied", { eventType, sessionID, messageID }),
},
} as const
} as const