mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-29 00:20:04 +01:00
core: fix auto sync does not send sync complete event
This commit is contained in:
@@ -372,7 +372,7 @@ class Sync {
|
||||
// refresh monographs on sync completed
|
||||
await this.db.monographs.init();
|
||||
// refresh topic references
|
||||
this.db.notes.topicReferences.refresh();
|
||||
this.db.notes.topicReferences.rebuild();
|
||||
|
||||
await this.start(false, false, lastSynced);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user