Update public/.well-known/webfinger
Michael Kinder michael@noreply.git.foggymtndrifter.com
Sat, 26 Oct 2024 04:38:17 -0400
1 files changed,
22 insertions(+),
1 deletions(-)
jump to
M
public/.well-known/webfinger
→
public/.well-known/webfinger
@@ -1,1 +1,22 @@
-{"subject":"acct:michael@foggymtndrifter.com","links":[{"rel":"self","type":"application/activity+json","href":"https://social.foggymtndrifter.com/users/9ztdiin6f2374hmd"},{"rel":"http://webfinger.net/rel/profile-page","type":"text/html","href":"https://social.foggymtndrifter.com/@michael"},{"rel":"http://ostatus.org/schema/1.0/subscribe","template":"https://social.foggymtndrifter.com/authorize-follow?acct={uri}"}]}+{ + "subject": "acct:michael@foggymtndrifter.com", + "links": [ + { + "rel": "self", + "type": "application/activity+json", + "href": "https://social.foggymtndrifter.com/users/9ztdiin6f2374hmd" + }, + { + "rel": "http://webfinger.net/rel/profile-page", + "type": "text/html", + "href": "https://social.foggymtndrifter.com/@michael" + }, + { + "rel": "http://ostatus.org/schema/1.0/subscribe", + "template": "https://social.foggymtndrifter.com/authorize-follow?acct={uri}" + } + ], + "alsoKnownAs": [ + "https://gts.foggymtndrifter.com/users/michael" + ] +}