Fixes outbox privacy

This commit is contained in:
Mouse Reeve
2020-12-30 12:41:19 -08:00
parent 88d8b6e577
commit babc604397
3 changed files with 19 additions and 1 deletions

View File

@ -27,7 +27,6 @@ def outbox(request, username):
''' outbox for the requested user '''
user = get_object_or_404(models.User, localname=username)
# collection overview
return JsonResponse(
user.to_outbox(**request.GET),
encoder=activitypub.ActivityEncoder