1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

Add priv/secondary fedi account to webfinger endpoint

This commit is contained in:
Rohan Kumar 2024-05-19 00:50:47 -04:00
parent e190e5cadc
commit 8a8b69246b
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -33,14 +33,14 @@
"type": "text/html" "type": "text/html"
}, },
{ {
"rel": "http://webfinger.net/rel/profile-page", "rel": "self",
"href": "https://pleroma.envs.net/Seirdy", "type": "application/activity+json",
"type": "text/html" "href": "https://pleroma.envs.net/users/Seirdy"
}, },
{ {
"rel": "self", "rel": "self",
"type": "application/activity+json", "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", "rel": "http://webfinger.net/rel/profile-page",