Remove atom feed reference

merge-requests/30/head
Bob Mottram 2021-09-14 13:05:09 +01:00
parent f4a3065292
commit 1646a134d9
1 changed files with 0 additions and 5 deletions

View File

@ -171,11 +171,6 @@ def createWebfingerEndpoint(nickname: str, domain: str, port: int,
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html"
},
{
"href": actor + ".atom",
"rel": "http://schemas.google.com/g/2010#updates-from",
"type": "application/atom+xml"
},
{
"href": personId,
"rel": "self",