This commit is contained in:
Aevann1 2021-07-22 13:32:47 +02:00
parent 7071ab7665
commit 9094f0249d

View file

@ -581,7 +581,7 @@ def api_comment(v):
if not shadowbanned:
# queue up notification for parent author # queue up notification for parent author
notify_users = set() notify_users = set()
@ -623,6 +623,9 @@ def api_comment(v):
}, },
) )
# create auto upvote # create auto upvote
vote = CommentVote(user_id=v.id, vote = CommentVote(user_id=v.id,
comment_id=c.id, comment_id=c.id,