all repos — honk @ 5e882f3cbb84a65f49035c157504eaae905b526e

my fork of honk

time to commit to using the proper accept type
Ted Unangst tedu@tedunangst.com
Wed, 09 Aug 2023 16:16:11 -0400
commit

5e882f3cbb84a65f49035c157504eaae905b526e

parent

0953852824812de0f555baed6c2ea9739c718efd

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M activity.goactivity.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" }