This commit is contained in:
Aevann1 2021-09-14 20:18:28 +02:00
parent 1a76d2ec29
commit 0a769c7d4b
3 changed files with 22 additions and 20 deletions

View file

@ -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))