diff options
Diffstat (limited to 'routes/webfinger.php')
| -rw-r--r-- | routes/webfinger.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/routes/webfinger.php b/routes/webfinger.php index 1b719cd..695f865 100644 --- a/routes/webfinger.php +++ b/routes/webfinger.php @@ -29,7 +29,7 @@ Router::getInstance()->mount('/.well-known/webfinger', function (array $args) { 'links' => [ [ 'rel' => ActorWebfinger::REL_URI, - 'href' => path_to_uri("/actor/$actor->handle"), + 'href' => path_to_uri("/actor/$actor->id"), 'type' => 'application/json' ] ] |
