time to commit to using the proper accept type
Ted Unangst tedu@tedunangst.com
Wed, 09 Aug 2023 16:16:11 -0400
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
activity.go
→
activity.go
@@ -150,7 +150,7 @@ client = develClient
sign = nil } fn := func() (interface{}, error) { - at := thefakename + at := theonetruename if strings.Contains(url, ".well-known/webfinger?resource") { at = "application/jrd+json" }