Skip to content

Don't load twice if changeset is not scheduled for syncing

Warren Gifford requested to merge es/no-duplicate-sync-state-load into main

Created by: eseliger

Before, an empty preloadedNextSyncAt was not distinguished from not preloaded, and hence we loaded the sync state twice. This fixes it by explicitly passing that a preload was performed.

Merge request reports

Loading