mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
core: send sync completed event udp style
This commit is contained in:
committed by
Abdullah Atta
parent
463ba3754a
commit
d5b679187a
@@ -300,7 +300,7 @@ class Sync {
|
||||
}
|
||||
}
|
||||
if (!isSyncInitialized) return;
|
||||
await this.connection.invoke("SyncCompleted", newLastSynced);
|
||||
await this.connection.send("SyncCompleted", newLastSynced);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user