From 4d7f8450d9a842e2f69754ccaa4202710328dcb7 Mon Sep 17 00:00:00 2001 From: winter Date: Tue, 14 Jan 2025 20:44:49 +0000 Subject: add (un)follow button to profile also other stuff i forgot what exactly --- routes/webfinger.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'routes/webfinger.php') 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' ] ] -- cgit v1.3