all repos — honk @ 852b5c2ad40ad85cc13d52468598e02c8c38677d

my fork of honk

u
Anirudh Oppiliappan x@icyphox.sh
Thu, 25 Jan 2024 20:54:42 +0200
commit

852b5c2ad40ad85cc13d52468598e02c8c38677d

parent

bc064b766e2eed6c9e06996f922bb48200f25034

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

jump to
M database.godatabase.go

@@ -1343,5 +1343,5 @@ }

func prepareStatementsx(dbx *sqlx.DB) { stmtGetMastoApp = preparetodiex(dbx, "select * from masto where clientid = ?") - stmtGetClientIDWithAuthToken = preparetodie(dbx, "select clientid from mastokens where authtoken = ?") + stmtGetClientIDWithAuthToken = preparetodiex(dbx, "select clientid from mastokens where authtoken = ?") }