use right domain name in case of split-domain

This commit is contained in:
Sascha Nitsch 2025-07-20 17:35:05 +02:00
parent 1b92265402
commit f8fb409327

View file

@ -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":[],