From 8a8b69246b0443f99ea0621b405c1262a67bbfcd Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Sun, 19 May 2024 00:50:47 -0400 Subject: [PATCH] Add priv/secondary fedi account to webfinger endpoint --- static/webfinger.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/static/webfinger.json b/static/webfinger.json index 0c28ef5..fd989ab 100644 --- a/static/webfinger.json +++ b/static/webfinger.json @@ -33,14 +33,14 @@ "type": "text/html" }, { - "rel": "http://webfinger.net/rel/profile-page", - "href": "https://pleroma.envs.net/Seirdy", - "type": "text/html" + "rel": "self", + "type": "application/activity+json", + "href": "https://pleroma.envs.net/users/Seirdy" }, { "rel": "self", "type": "application/activity+json", - "href": "https://pleroma.envs.net/users/Seirdy" + "href": "https://chai.kibbutz.gay/users/Seirdy" }, { "rel": "http://webfinger.net/rel/profile-page",