all repos — honk @ a457cfa766a8b53ef2fd4d748086722b4ed6b866

my fork of honk

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

a457cfa766a8b53ef2fd4d748086722b4ed6b866

parent

823f6582e4e8f399c2ed613bb28d3b49134e0043

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