Skip to content

Commit 5840163

Browse files
authored
Update routers/web/webfinger.go
1 parent 172c39f commit 5840163

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

routers/web/webfinger.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -108,10 +108,6 @@ func WebfingerQuery(ctx *context.Context) {
108108
Type: "application/activity+json",
109109
Href: appURL.String() + "api/v1/activitypub/user/" + url.PathEscape(u.Name),
110110
},
111-
{
112-
Rel: "http://ostatus.org/schema/1.0/subscribe",
113-
Template: appURL.String() + "api/v1/authorize_interaction?uri={uri}",
114-
},
115111
}
116112

117113
ctx.Resp.Header().Add("Access-Control-Allow-Origin", "*")

0 commit comments

Comments
 (0)