aboutsummaryrefslogtreecommitdiffhomepage
path: root/routes/webfinger.php
diff options
context:
space:
mode:
authorwinter2025-01-14 20:44:49 +0000
committerwinter2025-01-14 20:44:49 +0000
commit4d7f8450d9a842e2f69754ccaa4202710328dcb7 (patch)
tree60e90ff7ebbf069e04faf665d68861970eaee000 /routes/webfinger.php
parent0f427b4b6f75134b2c25b7e5f8a515be2cec97f5 (diff)
add (un)follow button to profile
also other stuff i forgot what exactly
Diffstat (limited to 'routes/webfinger.php')
-rw-r--r--routes/webfinger.php2
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'
]
]