From 74781efc4fdc9e9eeb51d68cbfaa474e0b6b551b Mon Sep 17 00:00:00 2001 From: Adam Brown Date: Mon, 11 Nov 2024 13:09:30 -0800 Subject: [PATCH] Update SYNCING-PROTOCOL.md --- docs/SYNCING-PROTOCOL.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/SYNCING-PROTOCOL.md b/docs/SYNCING-PROTOCOL.md index 14e78733..9c5cd99d 100644 --- a/docs/SYNCING-PROTOCOL.md +++ b/docs/SYNCING-PROTOCOL.md @@ -129,6 +129,8 @@ These are Project level `syncID`s. Account syncing use separate Account level `s ### Entity Update Sequence The server will inspect the provided ClientState, and then return a sequence of Entity IDs. Those and only those IDs should be synchronized by the client, and in that order. +### Remote Entity Deletion +The last step befor individual Entity synchronization can begin is having the Client notify the server of any locally deleted Entities. ```mermaid sequenceDiagram