From ed2a6f53483ad2f875f493a1add7c8d5bf753d37 Mon Sep 17 00:00:00 2001 From: Anthony Wang Date: Mon, 13 Jun 2022 16:53:17 -0500 Subject: [PATCH] make lint-backend --- routers/web/webfinger.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}", }, }