mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
Introduced separate sync version (previously DB version was used to check sync compatibility), closes #120
This commit is contained in:
@@ -69,7 +69,7 @@ async function login() {
|
||||
|
||||
const resp = await syncRequest(syncContext, 'POST', '/api/login/sync', {
|
||||
timestamp: timestamp,
|
||||
dbVersion: appInfo.dbVersion,
|
||||
syncVersion: appInfo.syncVersion,
|
||||
hash: hash
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user