You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
All: Fix: Fix issue with revisions being needlessly created when decrypting notes
This commit is contained in:
@@ -66,5 +66,6 @@ ItemChange.TYPE_DELETE = 3;
|
||||
|
||||
ItemChange.SOURCE_UNSPECIFIED = 1;
|
||||
ItemChange.SOURCE_SYNC = 2;
|
||||
ItemChange.SOURCE_DECRYPTION = 2;
|
||||
|
||||
module.exports = ItemChange;
|
||||
Reference in New Issue
Block a user