diff --git a/files/routes/posts.py b/files/routes/posts.py index d08357e951..c4e86702ae 100644 --- a/files/routes/posts.py +++ b/files/routes/posts.py @@ -190,7 +190,7 @@ def post_id(pid, anything=None, v=None): offset = 0 - if len(comments) > 60: + if post.comment_count > 60: comments2 = [] count = 0 if post.created_utc > 1638672040: