mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-20 21:49:32 +01:00
feat: recalculate conflicts on sync
This commit is contained in:
@@ -7,6 +7,7 @@ import Sync from "./sync";
|
||||
import Vault from "./vault";
|
||||
import Lookup from "./lookup";
|
||||
import Content from "../collections/content";
|
||||
import Conflict from "./conflicts";
|
||||
|
||||
class Database {
|
||||
constructor(context) {
|
||||
@@ -37,6 +38,7 @@ class Database {
|
||||
await this.trash.init(this.notes, this.notebooks, this.delta, this.text);
|
||||
this.syncer = new Sync(this);
|
||||
this.vault = new Vault(this, this.context);
|
||||
this.conflicts = new Conflicts(this);
|
||||
this.lookup = new Lookup(this);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user