From 763abc00ffddf5c03eb2f1c30a00327d2b3f5e43 Mon Sep 17 00:00:00 2001 From: Yasuhiro Matsumoto Date: Fri, 12 Jul 2024 11:59:54 +0900 Subject: [PATCH] ditto --- mysql/query.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/query.go b/mysql/query.go index c94546d..af00c1b 100644 --- a/mysql/query.go +++ b/mysql/query.go @@ -154,7 +154,7 @@ func (b MySQLBackend) queryEventsSql(filter nostr.Filter, doCount bool) (string, COUNT(*) FROM event WHERE `+ strings.Join(conditions, " AND ")+ - " ORDER BY created_at DESC LIMIT ?") + " LIMIT ?") } else { query = sqlx.Rebind(sqlx.BindType("mysql"), `SELECT id, pubkey, created_at, kind, tags, content, sig