diff --git a/bookwyrm/views/rss_feed.py b/bookwyrm/views/rss_feed.py index e1835820e..0dea6d92a 100644 --- a/bookwyrm/views/rss_feed.py +++ b/bookwyrm/views/rss_feed.py @@ -169,8 +169,7 @@ class RssCommentsOnlyFeed(Feed): def item_link(self, item): """link to the status""" return item.local_path - + def item_pubdate(self, item): """publication date of the item""" return item.published_date -