From fa5045caaeffa7fe131c34d35706083ca1e287b1 Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Wed, 12 Jan 2022 00:39:17 +0200 Subject: [PATCH] bb --- 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 3469ae318..54aba7f85 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -199,7 +199,7 @@ def post_id(pid, anything=None, v=None): offset = 0 - if not request.headers.get("Authorization") and post.comment_count > 60: + if post.comment_count > 60 and not request.headers.get("Authorization") and not request.values.get("all"): comments2 = [] count = 0 if post.created_utc > 1638672040: