Stop doing special rendering for RSS items, use HTML!
I missed the part of the RSS docs that allow HTML in the description.
This commit is contained in:
@@ -107,9 +107,6 @@ exports.init = function (sbot, config) {
|
||||
case 'rss':
|
||||
return pull(
|
||||
// formatMsgs(feedId, ext, defaultOpts)
|
||||
pull.filter( (msg) => {
|
||||
return !!renderRssContent(defaultOpts, msg.value.content || {});
|
||||
}),
|
||||
renderRssItem(defaultOpts), wrapRss(about.name, defaultOpts)
|
||||
);
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user