Merge branch 'stable'

This commit is contained in:
zadam
2020-01-11 09:41:42 +01:00
10 changed files with 322 additions and 24 deletions

View File

@@ -806,7 +806,7 @@ class Note extends Entity {
WHERE noteId = ? AND
isDeleted = 0 AND
type = 'relation' AND
name IN ('internalLink', 'imageLink', 'relationMapLink')`, [this.noteId]);
name IN ('internalLink', 'imageLink', 'relationMapLink', 'includeNoteLink')`, [this.noteId]);
}
/**