Closer to some passing tests

This commit is contained in:
Chad Nelson
2021-01-27 21:23:20 -05:00
parent ad2baf3be5
commit 9c2813545c
2 changed files with 5 additions and 4 deletions

View File

@ -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):