webfinger: remove superfluous acct: in response

This commit is contained in:
Daniel Friesel 2023-01-08 10:02:45 +01:00
parent ad253e48e8
commit 9b57a74831
No known key found for this signature in database
GPG key ID: 100D5BFB5166E005

View file

@ -1001,7 +1001,7 @@ sub webfinger {
$self->render(
text => JSON->new->encode(
{
subject => "acct:${resource}",
subject => $resource,
aliases => [ $profile_url, ],
links => [
{