Webfinger: Add avatar relation

This commit is contained in:
networkException 2022-11-15 21:56:31 +01:00
parent 6a2f78d602
commit 4c428f3154
Signed by: networkException
GPG key ID: E3877443AE684391

View file

@ -18,6 +18,11 @@
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://chaos.social/authorize_interaction?uri={uri}"
},
{
"rel": "http://webfinger.net/rel/avatar",
"type": "image/svg+xml",
"href": "https://nwex.de/avatar.svg"
}
]
}