From 9c55d307ab0059db394b5cb878877ad84af6ffb2 Mon Sep 17 00:00:00 2001 From: kaniini Date: Sun, 18 Nov 2018 14:15:45 +0000 Subject: [PATCH] actor: remove pointless sharedInbox declaration (was not even in the right place) --- relay/actor.py | 1 - 1 file changed, 1 deletion(-) diff --git a/relay/actor.py b/relay/actor.py index f4473b5..f1a4c6d 100644 --- a/relay/actor.py +++ b/relay/actor.py @@ -51,7 +51,6 @@ async def actor(request): "followers": "https://{}/followers".format(request.host), "following": "https://{}/following".format(request.host), "inbox": "https://{}/inbox".format(request.host), - "sharedInbox": "https://{}/inbox".format(request.host), "name": "ActivityRelay", "type": "Application", "id": "https://{}/actor".format(request.host),