bb
This commit is contained in:
parent
f4fed0e73e
commit
d8a08f45e5
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue