You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Minor changes
This commit is contained in:
@ -46,6 +46,11 @@ class Synchronizer {
|
||||
line.push(action);
|
||||
line.push(reason);
|
||||
|
||||
let type = local && local.type_ ? local.type_ : null;
|
||||
if (!type) type = remote && remote.type_ ? remote.type_ : null;
|
||||
|
||||
if (type) line.push(BaseItem.modelTypeToClassName(type));
|
||||
|
||||
if (local) {
|
||||
let s = [];
|
||||
s.push(local.id);
|
||||
|
Reference in New Issue
Block a user