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: