use right domain name in case of split-domain
This commit is contained in:
parent
1b92265402
commit
f8fb409327
1 changed files with 2 additions and 2 deletions
|
@ -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":[],
|
||||
|
|
Loading…
Add table
Reference in a new issue