Closer to some passing tests
This commit is contained in:
parent
ad2baf3be5
commit
9c2813545c
2 changed files with 5 additions and 4 deletions
|
@ -21,7 +21,7 @@ class RssFeed(Feed):
|
|||
|
||||
|
||||
def items(self, obj):
|
||||
return get_activity_feed(obj, ['public', 'unlisted'])
|
||||
return get_activity_feed(obj, ['public', 'unlisted'], queryset=obj.status_set)
|
||||
|
||||
|
||||
def item_link(self, item):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue