hgh
This commit is contained in:
parent
1a76d2ec29
commit
0a769c7d4b
3 changed files with 22 additions and 20 deletions
|
@ -553,7 +553,7 @@ def u_username_comments(username, v=None):
|
|||
next_exists = (len(ids) > 25)
|
||||
ids = ids[:25]
|
||||
|
||||
listing = get_comments(ids, v=v, shadowbanned=True)
|
||||
listing = get_comments(ids, v=v)
|
||||
|
||||
is_following = (v and user.has_follower(v))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue