You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
All: Utilities to create and encrypt master keys
This commit is contained in:
@@ -323,6 +323,11 @@ class Synchronizer {
|
||||
|
||||
} else if (action == 'itemConflict') {
|
||||
|
||||
// ------------------------------------------------------------------------------
|
||||
// For non-note conflicts, we take the remote version (i.e. the version that was
|
||||
// synced first) and overwrite the local content.
|
||||
// ------------------------------------------------------------------------------
|
||||
|
||||
if (remote) {
|
||||
local = remoteContent;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user