summaryrefslogtreecommitdiffstats
path: root/users/views/activitypub.py
diff options
context:
space:
mode:
Diffstat (limited to 'users/views/activitypub.py')
-rw-r--r--users/views/activitypub.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/views/activitypub.py b/users/views/activitypub.py
index 93a6eae..b44edfb 100644
--- a/users/views/activitypub.py
+++ b/users/views/activitypub.py
@@ -138,7 +138,7 @@ class Inbox(View):
AP Inbox endpoint
"""
- def post(self, request, handle):
+ def post(self, request, handle=None):
# Load the LD
document = canonicalise(json.loads(request.body), include_security=True)
# Find the Identity by the actor on the incoming item