all repos — honk @ 385afaf1c50b57ff24bd6b12c32329990d6edcd3

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Mon, 13 Mar 2023 23:29:30 +0530
commit

385afaf1c50b57ff24bd6b12c32329990d6edcd3

parent

561d83c8b15654a423973f8b69c48004a586e268

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

jump to
M masto.gomasto.go

@@ -26,13 +26,7 @@ }

// https://docs.joinmastodon.org/methods/oauth/#authorize func oauthorize(rw http.ResponseWriter, r *http.Request) { - j, err := junk.Read(r.Body) - if err != nil { - badjunk(rw, j) - return - } - - dlog.Println(j) + dlog.Println(r.URL.RawQuery) } // https://docs.joinmastodon.org/methods/instance/#v2