master
Aevann1 2021-07-22 13:32:47 +02:00
parent 31c0695343
commit e174491c0e
1 changed files with 38 additions and 35 deletions

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,