From 602e5a378057f3cd5ca355fd3ed2a17fcc147c72 Mon Sep 17 00:00:00 2001 From: Andrew Godwin Date: Sat, 10 Dec 2022 13:24:49 -0700 Subject: Add system actor and shared inbox --- takahe/urls.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'takahe') diff --git a/takahe/urls.py b/takahe/urls.py index 98d1cd5..762e091 100644 --- a/takahe/urls.py +++ b/takahe/urls.py @@ -199,6 +199,8 @@ urlpatterns = [ path(".well-known/nodeinfo", activitypub.NodeInfo.as_view()), path("nodeinfo/2.0/", activitypub.NodeInfo2.as_view()), path("actor/", activitypub.SystemActorView.as_view()), + path("actor/inbox/", activitypub.Inbox.as_view()), + path("inbox/", activitypub.Inbox.as_view(), name="shared_inbox"), # Stator path(".stator/", stator.RequestRunner.as_view()), # Django admin -- cgit v1.2.3