webfinger: remove superfluous acct: in response
This commit is contained in:
parent
ad253e48e8
commit
9b57a74831
1 changed files with 1 additions and 1 deletions
|
@ -1001,7 +1001,7 @@ sub webfinger {
|
||||||
$self->render(
|
$self->render(
|
||||||
text => JSON->new->encode(
|
text => JSON->new->encode(
|
||||||
{
|
{
|
||||||
subject => "acct:${resource}",
|
subject => $resource,
|
||||||
aliases => [ $profile_url, ],
|
aliases => [ $profile_url, ],
|
||||||
links => [
|
links => [
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue