mirror of https://gitlab.com/bashrc2/epicyon
Remove atom feed reference
parent
f4a3065292
commit
1646a134d9
|
@ -171,11 +171,6 @@ def createWebfingerEndpoint(nickname: str, domain: str, port: int,
|
||||||
"rel": "http://webfinger.net/rel/profile-page",
|
"rel": "http://webfinger.net/rel/profile-page",
|
||||||
"type": "text/html"
|
"type": "text/html"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"href": actor + ".atom",
|
|
||||||
"rel": "http://schemas.google.com/g/2010#updates-from",
|
|
||||||
"type": "application/atom+xml"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"href": personId,
|
"href": personId,
|
||||||
"rel": "self",
|
"rel": "self",
|
||||||
|
|
Loading…
Reference in New Issue