From 4c428f315425d00afab1554440c033cdbd83fc5f Mon Sep 17 00:00:00 2001 From: networkException Date: Tue, 15 Nov 2022 21:56:31 +0100 Subject: [PATCH] Webfinger: Add avatar relation --- public/.well-known/webfinger | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/public/.well-known/webfinger b/public/.well-known/webfinger index 250a470..517c40a 100644 --- a/public/.well-known/webfinger +++ b/public/.well-known/webfinger @@ -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" } ] }