conflict resolution 2

master
justcool393 2022-10-06 03:37:45 -07:00
parent a30edea43d
commit 523eb1c03d
1 changed files with 1 additions and 1 deletions

View File

@ -1146,7 +1146,7 @@ def u_username_comments(username, v=None):
Comment.is_banned == False,
Comment.ghost == False,
comment_post_author.shadowbanned == None,
Comment.deleted_utc == 0,
Comment.deleted_utc == 0
)
comments = apply_time_filter(t, comments, Comment)