1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-15 23:00:36 +02:00

All: Support encrypting notes and notebooks

This commit is contained in:
Laurent Cozic
2017-12-13 18:57:40 +00:00
parent f6fbf3ba0f
commit 5951ed3f55
9 changed files with 503 additions and 24 deletions

View File

@ -204,7 +204,7 @@ class Synchronizer {
if (donePaths.indexOf(path) > 0) throw new Error(sprintf('Processing a path that has already been done: %s. sync_time was not updated?', path));
let remote = await this.api().stat(path);
let content = await ItemClass.serialize(local);
let content = await ItemClass.serializeForSync(local);
let action = null;
let updateSyncTimeOnly = true;
let reason = '';