diff --git a/templates/federator/user.json b/templates/federator/user.json index 58648f6..63ed30a 100644 --- a/templates/federator/user.json +++ b/templates/federator/user.json @@ -58,7 +58,7 @@ {rdelim} {rdelim} ], - "id":"https://{$sourcedomain}/{$username}", + "id":"https://{$fqdn}/@{$username}", "type":"{$type}", "following":"https://{$fqdn}/{$username}/following", "followers":"https://{$fqdn}/{$username}/followers", @@ -75,7 +75,7 @@ "published":"{$registered}", "publicKey":{ldelim} "id":"https://{$fqdn}/{$username}#main-key", - "owner":"https://{$sourcedomain}/{$username}", + "owner":"https://{$sourcedomain}/@{$username}", "publicKeyPem":"{$publickey}" {rdelim}, "tag":[],