Fixes bug in activitypub serialization of statuses
This commit is contained in:
parent
db898e362b
commit
2e8afb90e6
2 changed files with 22 additions and 1 deletions
|
@ -330,7 +330,7 @@ def status_page(request, username, status_id):
|
|||
return HttpResponseNotFound()
|
||||
|
||||
if is_api_request(request):
|
||||
return JsonResponse(activitypub.get_status(status))
|
||||
return JsonResponse(status.activitypub_serialize)
|
||||
|
||||
data = {
|
||||
'status': status,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue