Format reviews in outbox
This commit is contained in:
parent
ff25152afe
commit
400ddaa5fd
2 changed files with 7 additions and 3 deletions
|
@ -40,7 +40,7 @@ def outbox(request, username):
|
|||
statuses = models.Status.objects.filter(
|
||||
user=user,
|
||||
**filters
|
||||
).all()[:limit]
|
||||
).select_subclasses().all()[:limit]
|
||||
|
||||
return JsonResponse(
|
||||
activitypub.get_outbox_page(user, page_id, statuses, max_id, min_id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue