You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-23 22:36:32 +02:00
@@ -451,7 +451,7 @@ export default class Synchronizer {
|
||||
|
||||
try {
|
||||
let remoteInfo = await fetchSyncInfo(this.api());
|
||||
logger.info('Sync target remote info:', remoteInfo);
|
||||
logger.info('Sync target remote info:', remoteInfo.filterSyncInfo());
|
||||
eventManager.emit(EventName.SessionEstablished);
|
||||
|
||||
let syncTargetIsNew = false;
|
||||
@@ -471,8 +471,7 @@ export default class Synchronizer {
|
||||
if (appVersion !== 'unknown') checkIfCanSync(remoteInfo, appVersion);
|
||||
|
||||
let localInfo = await localSyncInfo();
|
||||
|
||||
logger.info('Sync target local info:', localInfo);
|
||||
logger.info('Sync target local info:', localInfo.filterSyncInfo());
|
||||
|
||||
localInfo = await this.setPpkIfNotExist(localInfo, remoteInfo);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user