u
Anirudh Oppiliappan x@icyphox.sh
Sun, 11 Feb 2024 11:17:36 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
masto.go
→
masto.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