forgotten note_types

This commit is contained in:
zadam
2022-01-14 19:53:59 +01:00
parent 742ec44f55
commit 6fbd5a77e4
26 changed files with 1355 additions and 109 deletions

View File

@@ -818,7 +818,7 @@ class NoteShort {
const parentNote = froca.notes[parentNoteId];
if (!parentNote) {
if (!parentNote || parentNote.type === 'search') {
continue;
}