all repos — honk @ 6ca25dd107f5c320f89282d5c0605160edae7af9

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Wed, 27 Sep 2023 20:56:29 +0300
commit

6ca25dd107f5c320f89282d5c0605160edae7af9

parent

7ef1ff5bc01bbb8dc571f4699a67b83d1599e456

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

jump to
M masto.gomasto.go

@@ -78,6 +78,9 @@ return

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