mirror of
https://github.com/zadam/trilium.git
synced 2025-11-04 20:36:13 +01:00
added support for trilium-sender
This commit is contained in:
@@ -223,6 +223,8 @@ async function runAllChecks() {
|
||||
await runSyncRowChecks("recent_notes", "noteTreeId", errorList);
|
||||
await runSyncRowChecks("images", "imageId", errorList);
|
||||
await runSyncRowChecks("note_images", "noteImageId", errorList);
|
||||
await runSyncRowChecks("attributes", "attributeId", errorList);
|
||||
await runSyncRowChecks("api_tokens", "apiTokenId", errorList);
|
||||
|
||||
if (errorList.length === 0) {
|
||||
// we run this only if basic checks passed since this assumes basic data consistency
|
||||
|
||||
Reference in New Issue
Block a user