You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(sync): bump version after loading document state
* Emit the documents last saved version in the push response
if document state is send as well.
* Otherwise send the version as 0 so it cannot increase the sync service version.
* Use the versions returned by create and push requests alongside the document state
to construct a consistent step with the last saved version that matches the document state.
This will result in the sync service version getting bumped
to the documents last saved version
once the coresponding document state has been processed.
Signed-off-by: Max <max@nextcloud.com>
0 commit comments