mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 00:05:50 +01:00
sync login now includes check for sync server initialization and initializes it if necessary
Test sync button strictly not necessary
This commit is contained in:
@@ -33,8 +33,6 @@ async function setupSyncToSyncServer() {
|
||||
// the previous request would have failed.
|
||||
await optionService.setOption('lastSyncedPush', 0);
|
||||
await optionService.setOption('lastSyncedPull', 0);
|
||||
|
||||
syncService.sync();
|
||||
}
|
||||
|
||||
async function requestToSyncServer(method, path, body = null) {
|
||||
|
||||
Reference in New Issue
Block a user