mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 11:56:01 +01:00
small tweaks
This commit is contained in:
@@ -48,8 +48,7 @@ function getRecentNotes(activeNoteId) {
|
||||
recent_notes
|
||||
JOIN notes USING(noteId)
|
||||
WHERE
|
||||
recent_notes.isDeleted = 0
|
||||
AND notes.isDeleted = 0
|
||||
notes.isDeleted = 0
|
||||
AND notes.noteId != ?
|
||||
${extraCondition}
|
||||
ORDER BY
|
||||
|
||||
Reference in New Issue
Block a user