small fixes for replies
This commit is contained in:
@@ -155,13 +155,12 @@ def get_replies(request, username, status_id):
|
||||
'type': 'CollectionPage',
|
||||
'next': '%s?only_other_accounts=true&page=true' % path_id,
|
||||
'partOf': path_id,
|
||||
'items': [replies.activity]
|
||||
'items': [activitypub.get_status(replies)]
|
||||
}
|
||||
}
|
||||
return JsonResponse(replies_activity)
|
||||
|
||||
|
||||
|
||||
@csrf_exempt
|
||||
def get_followers(request, username):
|
||||
''' return a list of followers for an actor '''
|
||||
|
Reference in New Issue
Block a user