From 448ae46efe77399a92a34f59ae2b04a0bfc8b402 Mon Sep 17 00:00:00 2001 From: Ted Unangst Date: Wed, 9 Aug 2023 16:16:11 -0400 Subject: [PATCH] time to commit to using the proper accept type --- activity.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activity.go b/activity.go index 1e8fd9c..c91b32c 100644 --- a/activity.go +++ b/activity.go @@ -150,7 +150,7 @@ func GetJunkTimeout(userid int64, url string, timeout time.Duration) (junk.Junk, sign = nil } fn := func() (interface{}, error) { - at := thefakename + at := theonetruename if strings.Contains(url, ".well-known/webfinger?resource") { at = "application/jrd+json" }