Merge remote-tracking branch 'origin/stable'

# Conflicts:
#	package-lock.json
This commit is contained in:
zadam
2022-01-12 19:54:11 +01:00

View File

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