Show dms in the right places
This commit is contained in:
@ -27,7 +27,7 @@ class RssFeed(Feed):
|
||||
def items(self, obj):
|
||||
''' the user's activity feed '''
|
||||
return get_activity_feed(
|
||||
obj, ['public', 'unlisted'], queryset=obj.status_set)
|
||||
obj, privacy=['public', 'unlisted'], queryset=obj.status_set)
|
||||
|
||||
|
||||
def item_link(self, item):
|
||||
|
Reference in New Issue
Block a user