don't sync recent_notes

This commit is contained in:
zadam
2021-02-12 22:39:38 +01:00
parent c0dfd23191
commit 9f19cf8046
8 changed files with 34 additions and 13 deletions

View File

@@ -15,7 +15,7 @@ class Entity {
}
}
if ('isDeleted' in this) {
if ('isDeleted' in this && this.constructor.entityName !== 'recent_notes') {
this.isDeleted = !!this.isDeleted;
}
}