mirror of
https://github.com/zadam/trilium.git
synced 2025-11-10 23:35:50 +01:00
more sync recovery fixes
This commit is contained in:
@@ -251,6 +251,8 @@ async function checkContentHash(syncContext) {
|
||||
await syncTableService.addEntitySyncsForSector(entityName, entityPrimaryKey, sector);
|
||||
|
||||
await syncRequest(syncContext, 'POST', `/api/sync/queue-sector/${entityName}/${sector}`);
|
||||
|
||||
log.info(`Added sector ${sector} of ${entityName} to sync queue.`);
|
||||
}
|
||||
|
||||
return failedChecks.length > 0;
|
||||
|
||||
Reference in New Issue
Block a user