e26388a01c
Reviewed-on: https://akkoma.dev/AkkomaGang/akkoma/pulls/134 Co-authored-by: Joel Beckmeyer <joel@beckmeyer.us> Co-committed-by: Joel Beckmeyer <joel@beckmeyer.us>
23 lines
598 B
JSON
23 lines
598 B
JSON
{
|
|
"subject": "acct:{{nickname}}@{{domain}}",
|
|
"aliases": [
|
|
"https://{{subdomain}}/@{{nickname}}",
|
|
"https://{{subdomain}}/users/{{nickname}}"
|
|
],
|
|
"links": [
|
|
{
|
|
"rel": "http://webfinger.net/rel/profile-page",
|
|
"type": "text/html",
|
|
"href": "https://{{subdomain}}/@{{nickname}}"
|
|
},
|
|
{
|
|
"rel": "self",
|
|
"type": "application/activity+json",
|
|
"href": "https://{{subdomain}}/users/{{nickname}}"
|
|
},
|
|
{
|
|
"rel": "http://ostatus.org/schema/1.0/subscribe",
|
|
"template": "https://{{subdomain}}/authorize_interaction?uri={uri}"
|
|
}
|
|
]
|
|
}
|