From ee17516214b5d2ceb49a4823af0d0e2d26e0632f Mon Sep 17 00:00:00 2001 From: Aevann1 Date: Fri, 7 Jan 2022 21:37:30 +0200 Subject: [PATCH] sfd --- 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 6bbdc5e2bf..a13f5e6c89 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -197,7 +197,7 @@ def post_id(pid, anything=None, v=None): offset = 0 - if not request.headers.get("Authorization") and post.comment_count > 60: + if not request.headers.get("Authorization") and post.comment_count > 60 and not (v and v.id == 1): comments2 = [] count = 0 if post.created_utc > 1638672040: