1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-11-24 08:12:24 +02:00

All: Put back "Fetched items" message during sync

This commit is contained in:
Laurent Cozic 2019-05-15 08:14:36 +01:00
parent e2a64e21a2
commit 8ebaa7f6eb

View File

@ -491,7 +491,7 @@ class Synchronizer {
break;
}
// this.logSyncOperation("fetchingProcessed", null, null, "Processing fetched item");
this.logSyncOperation("fetchingProcessed", null, null, "Processing fetched item");
let remote = remotes[i];
if (!BaseItem.isSystemPath(remote.path)) continue; // The delta API might return things like the .sync, .resource or the root folder