more becca changes

This commit is contained in:
zadam
2021-04-26 22:24:55 +02:00
parent e466c393eb
commit 219098ab53
5 changed files with 20 additions and 7 deletions

View File

@@ -869,6 +869,8 @@ class Note extends AbstractEntity {
markAsDeleted() {
sql.execute("UPDATE notes SET isDeleted = 1 WHERE noteId = ?", [this.noteId]);
// FIXME: this needs to be published into entity_changes (for sync and becca cleanup)
}
}