all repos — honk @ b05f6a5f19d58de8c3923fbd15309ba479eb826a

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Tue, 03 Oct 2023 21:27:51 +0300
commit

b05f6a5f19d58de8c3923fbd15309ba479eb826a

parent

203636fad24b0f82bb4b9fb8193641621efe93ba

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

jump to
M masto.gomasto.go

@@ -79,9 +79,7 @@ return

} log.Println("redirecting to", redirectURI+"?code="+nrw.auth) - rw.Header().Set("Location", redirectURI+"?code="+nrw.auth) - rw.WriteHeader(302) - return + http.Redirect(rw, r, redirectURI+"?code="+nrw.auth, 302) } // https://docs.joinmastodon.org/methods/instance/#v2