mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
don't sync recent_notes
This commit is contained in:
@@ -15,7 +15,7 @@ class Entity {
|
||||
}
|
||||
}
|
||||
|
||||
if ('isDeleted' in this) {
|
||||
if ('isDeleted' in this && this.constructor.entityName !== 'recent_notes') {
|
||||
this.isDeleted = !!this.isDeleted;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user