forked from grumpydevelop/federator
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}
|
||||||
{rdelim}
|
{rdelim}
|
||||||
],
|
],
|
||||||
"id":"https://{$sourcedomain}/{$username}",
|
"id":"https://{$fqdn}/@{$username}",
|
||||||
"type":"{$type}",
|
"type":"{$type}",
|
||||||
"following":"https://{$fqdn}/{$username}/following",
|
"following":"https://{$fqdn}/{$username}/following",
|
||||||
"followers":"https://{$fqdn}/{$username}/followers",
|
"followers":"https://{$fqdn}/{$username}/followers",
|
||||||
|
@ -75,7 +75,7 @@
|
||||||
"published":"{$registered}",
|
"published":"{$registered}",
|
||||||
"publicKey":{ldelim}
|
"publicKey":{ldelim}
|
||||||
"id":"https://{$fqdn}/{$username}#main-key",
|
"id":"https://{$fqdn}/{$username}#main-key",
|
||||||
"owner":"https://{$sourcedomain}/{$username}",
|
"owner":"https://{$sourcedomain}/@{$username}",
|
||||||
"publicKeyPem":"{$publickey}"
|
"publicKeyPem":"{$publickey}"
|
||||||
{rdelim},
|
{rdelim},
|
||||||
"tag":[],
|
"tag":[],
|
||||||
|
|
Loading…
Add table
Reference in a new issue