all repos — honk @ 8744aed8447ea2757ba1fa99aed04dec01c81b5f

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Mon, 25 Sep 2023 23:38:34 +0300
commit

8744aed8447ea2757ba1fa99aed04dec01c81b5f

parent

619edf266af1e22c72328430b1498cc08ca94386

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

jump to
M masto.gomasto.go

@@ -49,7 +49,7 @@ return

} j := junk.New() - j["id"] = snowflake() + j["id"] = fmt.Sprintf("%d", snowflake()) j["website"] = website j["name"] = clientName j["redirect_uri"] = redirectUri