incoming Create flow with tests
This commit is contained in:
parent
81e2021f92
commit
12a3aa9667
6 changed files with 129 additions and 186 deletions
|
@ -45,7 +45,7 @@ class Inbox(View):
|
|||
not activity_json['type'] in activitypub.activity_objects:
|
||||
return HttpResponseNotFound()
|
||||
|
||||
activity_task.delay()
|
||||
activity_task.delay(activity_json)
|
||||
return HttpResponse()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue