From f8fb409327ab138b5f5417a7b0b1ead22ce7d99f Mon Sep 17 00:00:00 2001 From: Sascha Nitsch Date: Sun, 20 Jul 2025 17:35:05 +0200 Subject: [PATCH] use right domain name in case of split-domain --- templates/federator/user.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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":[],