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:
parent
e2a64e21a2
commit
8ebaa7f6eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user