all repos — honk @ fb59616e5dbd2cc7ab34e709ceca0741cc1b9f18

my fork of honk

u:
Anirudh Oppiliappan x@icyphox.sh
Sun, 21 Jan 2024 15:44:05 +0200
commit

fb59616e5dbd2cc7ab34e709ceca0741cc1b9f18

parent

4df0e48de42eb42850a1167084d2f10db92b47fd

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

jump to
M masto.gomasto.go

@@ -12,7 +12,7 @@ )

type MastoApp struct { Name string `db:"clientname"` - RedirectURI string `db:"redirecturi"` + RedirectURI string `db:"redirecturis"` ClientID string `db:"clientid"` ClientSecret string `db:"clientsecret"` VapidKey string `db:"vapidkey"`