mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-03 20:06:08 +01:00 
			
		
		
		
	more becca changes
This commit is contained in:
		@@ -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)
 | 
			
		||||
    }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user