Add rsscomment to newsfeed

This commit is contained in:
Florent 2012-03-05 11:56:33 +01:00 committed by Romain Bignon
commit 1e4851296c

View file

@ -68,6 +68,11 @@ class Entry:
elif self.summary:
self.content.append(self.summary)
if entry.has_key("wfw_commentrss"):
self.rsscomment = entry["wfw_commentrss"]
else:
self.rsscomment = None
if rssid_func:
self.id = rssid_func(self)