ditto
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user