forked from grumpydevelop/federator
14 lines
597 B
JSON
14 lines
597 B
JSON
{ldelim}
|
|
"subject": "acct:{$username}@{$domain}",
|
|
"aliases": [
|
|
"https://{$domain}/@{$username}",
|
|
"https://{$domain}/users/{$username}"
|
|
],
|
|
"links": [
|
|
{ldelim}"rel": "self", "type": "application/activity+json", "href": "https://{$domain}/{$username}"{rdelim},
|
|
{if $type=='Group'}
|
|
{ldelim}"rel": "http://webfinger.net/rel/profile-page", "type": "text/html", "href": "https://{$domain}/@{$username}/"{rdelim},
|
|
{/if}
|
|
{ldelim}"rel": "http://ostatus.org/schema/1.0/subscribe", "template": "https://{$domain}/authorize_interaction?uri={ldelim}uri{rdelim}"{rdelim}
|
|
]
|
|
{rdelim}
|