Fix webfing

This commit is contained in:
Fundor333
2025-01-09 02:22:50 +01:00
parent dbfa1640f6
commit edbe30f460
2 changed files with 7 additions and 7 deletions

View File

@@ -1,23 +1,23 @@
{
"aliases": [
"https://mastodon.social/@fundor333",
"https://mastodon.social/users/fundor333"
"https://micro.blog/@fundor333",
"https://micro.blog/users/fundor333"
],
"links": [
{
"href": "https://mastodon.social/@fundor333",
"href": "https://micro.blog/@fundor333",
"rel": "http://webfinger.net/rel/profile-page",
"type": "text/html"
},
{
"href": "https://mastodon.social/users/fundor333",
"href": "https://micro.blog/users/fundor333",
"rel": "self",
"type": "application/activity+json"
},
{
"rel": "http://ostatus.org/schema/1.0/subscribe",
"template": "https://mastodon.social/authorize_interaction?uri={uri}"
"template": "https://micro.blog/authorize_interaction?uri={uri}"
}
],
"subject": "acct:fundor333@mastodon.social"
"subject": "acct:fundor333@micro.blog"
}