summaryrefslogtreecommitdiffstats
path: root/lib/webfinger.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/webfinger.php')
-rw-r--r--lib/webfinger.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/webfinger.php b/lib/webfinger.php
index 1d7c7d98..8ccbb26d 100644
--- a/lib/webfinger.php
+++ b/lib/webfinger.php
@@ -90,7 +90,7 @@ if (substr($href, -1) === '/') {
}
$finger = [
- 'subject' => $username . '@' . $instance,
+ 'subject' => 'acct:' . $username . '@' . $instance,
'links' => [
[
'rel' => 'self',