1
0
mirror of https://git.sr.ht/~cadence/bibliogram synced 2024-11-14 04:17:30 +00:00

fix crash in feeds with empty caption

This commit is contained in:
Jakob Wenzel 2021-02-18 22:01:43 +01:00 committed by Cadence Ember
parent 9b4f235355
commit 7fd90bce54
No known key found for this signature in database
GPG Key ID: BC1C2C61CF521B17

View File

@ -8,9 +8,10 @@ const TimelineChild = require("./TimelineChild")
require("../testimports")(collectors, TimelineChild, TimelineBaseMethods)
const rssDescriptionTemplate = compile(`
each line in caption.split("\\n")
= line
br
if caption
each line in caption.split("\\n")
= line
br
each child in children
!= child.getFeedItem()
`)