diff --git a/templates/federator/webfinger_acct.json b/templates/federator/webfinger_acct.json index 39978f4..9d043d7 100644 --- a/templates/federator/webfinger_acct.json +++ b/templates/federator/webfinger_acct.json @@ -1,8 +1,7 @@ {ldelim} "subject": "acct:{$username}@{$domain}", "aliases": [ - "https://{$domain}/@{$username}", - "https://{$domain}/users/{$username}" + "https://{$domain}/@{$username}" ], "links": [ {ldelim}"rel": "self", "type": "application/activity+json", "href": "https://{$domain}/{$username}"{rdelim},