mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-22 14:39:34 +01:00
feat: sync user on startup
This commit is contained in:
@@ -32,6 +32,8 @@ class Database {
|
||||
this._validate();
|
||||
|
||||
this.user = new User(this);
|
||||
await this.user.sync();
|
||||
|
||||
this.syncer = new Sync(this);
|
||||
this.vault = new Vault(this);
|
||||
this.conflicts = new Conflicts(this);
|
||||
|
||||
Reference in New Issue
Block a user