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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
get-sync-status no longer reports orphaned Core Data rows as pending uploads. The detector counted every ZICCLOUDSTATE version gap, including historical rows whose Notes syncing object no longer exists. It now requires a matching live ZICCLOUDSYNCINGOBJECT reference before treating a row as pending, preventing a permanent false active-sync warning while preserving detection for live unsynced objects.