Nvm this does not work and I'm pretty sure I've already tried this and this happened before lmao

This commit is contained in:
swaggboi 2024-06-30 00:54:16 -04:00
parent 9ae119c6cb
commit 8230feefa9

View file

@ -44,7 +44,6 @@ sub by_page($self, $this_page = 1) {
LEFT JOIN remarks AS r
ON t.thread_id = r.thread_id
WHERE NOT t.hidden_status
AND NOT r.hidden_status
GROUP BY t.thread_id
ORDER BY t.bump_date DESC
LIMIT ? OFFSET ?;