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
We need to guarantee that a snapshot must never be overwritten during synchronization.
Existing ones (same $uniqueid) are always the origin and may never be updated!
This is because in case of a restore, the same snapshot takes a new $modified item. And we do not want to re-import the snapshot in the next sync cycle.
The text was updated successfully, but these errors were encountered:
We need to guarantee that a snapshot must never be overwritten during synchronization.
Existing ones (same $uniqueid) are always the origin and may never be updated!
This is because in case of a restore, the same snapshot takes a new $modified item. And we do not want to re-import the snapshot in the next sync cycle.
The text was updated successfully, but these errors were encountered: