mirror of
https://git.pleroma.social/pleroma/relay.git
synced 2024-11-10 02:17:59 +00:00
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),
|
||||
"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),
|
||||
|
|
Loading…
Reference in a new issue