Function: resetRemoteSyncState()
function resetRemoteSyncState(
ctx: CloudServiceOperationContext
): Promise<CloudSyncResetResult>;
Defined in: electron/services/cloud/CloudService.syncOperations.ts:89
Resets the remote sync history and re-seeds it from this device.
Parameters
ctx
Returns
Remarks
This is a destructive maintenance operation intended for advanced users.