Skip to content

fix: atom/rss feed issues

faried nawaz requested to merge faried/pleroma:fix/tag-feed-crashes into develop

Fixes:

  • issue #3045 (closed) by not breaking HTML encoded entities in the feed item title
  • extracts the published data from @data in the feed eex templates, not @activity.data
  • works around missing summary fields in activities (pleroma generates them, mastodon appears not to)

Merge request reports