actor: remove pointless sharedInbox declaration (was not even in the right place)

develop
kaniini 2018-11-18 14:15:45 +00:00
parent 34e23f0ed7
commit 9c55d307ab
1 changed files with 0 additions and 1 deletions

View File

@ -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),