sneed
This commit is contained in:
parent
7071ab7665
commit
9094f0249d
1 changed files with 38 additions and 35 deletions
|
@ -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,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue