all repos — honk @ 3db3571277cfaf7f3560d014ef476d9b4345081c

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Sun, 11 Feb 2024 11:17:36 +0200
commit

3db3571277cfaf7f3560d014ef476d9b4345081c

parent

5c453a8d1aa6a6492e152c5b4136af27d4ac25c0

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

jump to
M masto.gomasto.go

@@ -248,7 +248,7 @@ }

// https://docs.joinmastodon.org/methods/apps/#verify_credentials func verifycreds(rw http.ResponseWriter, r *http.Request) { - app := r.Context().Value("app").(MastoApp) + app := r.Context().Value("app").(*MastoApp) j := junk.New() j["name"] = app.Name j["vapid_key"] = app.VapidKey