diff --git a/chrome/content/zotero/xpcom/sync/syncRunner.js b/chrome/content/zotero/xpcom/sync/syncRunner.js index 0461eae524..3c6b6072f0 100644 --- a/chrome/content/zotero/xpcom/sync/syncRunner.js +++ b/chrome/content/zotero/xpcom/sync/syncRunner.js @@ -110,6 +110,8 @@ Zotero.Sync.Runner_Module = function (options = {}) { } _syncInProgress = true; + yield Zotero.Notifier.trigger('start', 'sync', []); + // Purge deleted objects so they don't cause sync errors (e.g., long tags) yield Zotero.purgeDataObjects(true);