1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-12-02 22:49:09 +02:00

Revert "All: Add support for sync target lock"

This reverts commit 51235f191d.

Not ready yet, moving to a branch
This commit is contained in:
Laurent Cozic
2020-07-12 16:38:54 +01:00
parent a7eae2e033
commit e0a87d6253
16 changed files with 87 additions and 522 deletions

View File

@@ -111,7 +111,7 @@ class FileApiDriverMemory {
this.items_.push(item);
} else {
this.items_[index].content = this.encodeContent_(content);
this.items_[index].updated_time = time.unixMs();
this.items_[index].updated_time = time.unix();
}
}