remove pure_name since it only applies to statuses

This commit is contained in:
mattkatz 2024-04-14 04:48:28 -04:00
parent 5340ed35de
commit 8dc412c4cb

View file

@ -187,8 +187,6 @@ class RssShelfFeed(Feed):
def item_title(self, item):
"""render the item title"""
if hasattr(item, "pure_name") and item.pure_name:
return item.pure_name
authors = item.authors
authors.display_name = f"{item.author_text}:"
template = get_template("rss/title.html")