all repos — honk @ 7b047d352b4d88e888dec7d9ab7365a4b74ddd85

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 22:47:24 +0200
commit

7b047d352b4d88e888dec7d9ab7365a4b74ddd85

parent

aa3f31eb25c36b0ccdcb70a629150e220a4aa620

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

jump to
M masto.gomasto.go

@@ -7,7 +7,6 @@ "log"

"net/http" "time" - "github.com/sassoftware/relic/lib/dlog" "humungus.tedunangst.com/r/webs/junk" "humungus.tedunangst.com/r/webs/login" )

@@ -120,7 +119,7 @@ elog.Printf("oauth: invalid client: %s\n", clientID)

rw.WriteHeader(http.StatusBadRequest) return } - dlog.Printf("%#v", app) + log.Printf("%#v", app) if app.Scopes != gotScopes { elog.Printf("oauth: bad scopes: got %s; want %s", gotScopes, app.Scopes)