Fix mastodon verification

This commit is contained in:
Konstantin 2024-03-28 06:52:36 +01:00
parent f0e5a40993
commit 686a88bdd4
3 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@ class RssBlogFeed(Feed):
return item.full_url
def item_pubdate(self, item):
return datetime.combine(item.date, time())
return item.first_published_at
def item_author_name(self, item):
author = item.authors.first()