From 8205efa318e9bc54d2a6c1700f554784ab1c0d15 Mon Sep 17 00:00:00 2001 From: Aevann Date: Sat, 11 Feb 2023 08:55:37 +0200 Subject: [PATCH] bandaid fix to ping groups post --- files/routes/posts.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/routes/posts.py b/files/routes/posts.py index 14632cf18..fc4b6ad2e 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -123,6 +123,9 @@ def post_id(pid, anything=None, v=None, sub=None): threshold = 100 + if post.id == 146339: + threshold = 1 + if post.comment_count > threshold+25 and not (v and v.client): comments2 = [] count = 0