mirror of
https://github.com/zadam/trilium.git
synced 2025-10-30 09:56:36 +01:00
set sync.isSynced correctly
This commit is contained in:
@@ -176,7 +176,7 @@ async function updateOptions(remoteEntity, sourceId) {
|
||||
if (shouldWeUpdateEntity(localEntity, remoteEntity)) {
|
||||
await sql.replace('options', remoteEntity);
|
||||
|
||||
await syncTableService.addOptionsSync(remoteEntity.name, sourceId);
|
||||
await syncTableService.addOptionsSync(remoteEntity.name, sourceId, true);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user