You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-18 23:07:45 +02:00
All: Add mechanism to lock and upgrade sync targets (#3524)
This commit is contained in:
@ -111,7 +111,7 @@ class FileApiDriverMemory {
|
||||
this.items_.push(item);
|
||||
} else {
|
||||
this.items_[index].content = this.encodeContent_(content);
|
||||
this.items_[index].updated_time = time.unix();
|
||||
this.items_[index].updated_time = time.unixMs();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user