Skip to content

Commit b21604c

Browse files
committed
Adding annotation auther name in the feed
1 parent c86173f commit b21604c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

knesset/feeds.py

+3
Original file line numberDiff line numberDiff line change
@@ -99,5 +99,8 @@ def item_link(self, item):
9999
def item_pubdate(self, item):
100100
return item.timestamp
101101

102+
def item_author_name(self, item):
103+
return item.user.get_full_name()
104+
102105

103106

0 commit comments

Comments
 (0)