From 8230feefa9a6bb03b66acf327d5e298c54696eb7 Mon Sep 17 00:00:00 2001 From: swaggboi Date: Sun, 30 Jun 2024 00:54:16 -0400 Subject: [PATCH] Nvm this does not work and I'm pretty sure I've already tried this and this happened before lmao --- lib/PostText/Model/Thread.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/PostText/Model/Thread.pm b/lib/PostText/Model/Thread.pm index 9e1748c..f380650 100644 --- a/lib/PostText/Model/Thread.pm +++ b/lib/PostText/Model/Thread.pm @@ -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 ?;