mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
if note doesn't exist we don't try to activate it
This commit is contained in:
@@ -265,7 +265,7 @@ async function checkContentHash(syncContext) {
|
||||
|
||||
for (const key in hashes) {
|
||||
if (hashes[key] !== resp.hashes[key]) {
|
||||
allChecksPassed = true;
|
||||
allChecksPassed = false;
|
||||
|
||||
await event_log.addEvent(`Content hash check for ${key} FAILED. Local is ${hashes[key]}, remote is ${resp.hashes[key]}`);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user