TLSyncStorageGetChangesSinceResult
See source codeTable of contents
Result returned from getChangesSince, containing all changes since a given clock time.
interface TLSyncStorageGetChangesSinceResult<R extends UnknownRecord> {}Properties
diff
The changes as a TLSyncForwardDiff.
diff: TLSyncForwardDiff<R>wipeAll
If true, the client should wipe all local data and replace with the server's state. This happens when the client's clock is too old and we've lost tombstone history.
wipeAll: booleanPrev
TLSyncStorageNext
TLSyncStorageOnChangeCallbackProps