actor: remove pointless sharedInbox declaration (was not even in the right place)
This commit is contained in:
parent
34e23f0ed7
commit
9c55d307ab
|
@ -51,7 +51,6 @@ async def actor(request):
|
||||||
"followers": "https://{}/followers".format(request.host),
|
"followers": "https://{}/followers".format(request.host),
|
||||||
"following": "https://{}/following".format(request.host),
|
"following": "https://{}/following".format(request.host),
|
||||||
"inbox": "https://{}/inbox".format(request.host),
|
"inbox": "https://{}/inbox".format(request.host),
|
||||||
"sharedInbox": "https://{}/inbox".format(request.host),
|
|
||||||
"name": "ActivityRelay",
|
"name": "ActivityRelay",
|
||||||
"type": "Application",
|
"type": "Application",
|
||||||
"id": "https://{}/actor".format(request.host),
|
"id": "https://{}/actor".format(request.host),
|
||||||
|
|
Loading…
Reference in a new issue