bandaid fix to ping groups post

pull/117/head
Aevann 2023-02-11 08:55:37 +02:00
parent 47a4bdfa95
commit 8205efa318
1 changed files with 3 additions and 0 deletions

View File

@ -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