From 4c87ace27c2f3dfa6e1db05a3f7c088d995f088d Mon Sep 17 00:00:00 2001 From: Aevann Date: Wed, 8 Feb 2023 04:32:14 +0200 Subject: [PATCH] remove ?all --- files/routes/posts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/routes/posts.py b/files/routes/posts.py index 931e424cb..222546b11 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -123,7 +123,7 @@ def post_id(pid, anything=None, v=None, sub=None): threshold = 100 - if post.comment_count > threshold+25 and not (v and v.client) and not request.values.get("all"): + if post.comment_count > threshold+25 and not (v and v.client): comments2 = [] count = 0 if post.created_utc > 1638672040: # TODO: migrate old comments to use top_comment_id