diff --git a/routers/web/webfinger.go b/routers/web/webfinger.go index 0b65c2eb69..92f6f3106a 100644 --- a/routers/web/webfinger.go +++ b/routers/web/webfinger.go @@ -109,7 +109,7 @@ func WebfingerQuery(ctx *context.Context) { Href: appURL.String() + "api/v1/activitypub/user/" + strings.ToLower(u.Name), }, { - Rel: "http://ostatus.org/schema/1.0/subscribe", + Rel: "http://ostatus.org/schema/1.0/subscribe", Template: appURL.String() + "api/v1/authorize_interaction?uri={uri}", }, }