forked from MarseyWorld/MarseyWorld
fix for fae784336
parent
17c3fe9e4c
commit
fa2681c886
|
@ -1265,7 +1265,7 @@ def submit_post(v, sub=None):
|
|||
post.upvotes += 3
|
||||
g.db.add(post)
|
||||
|
||||
if post.sub:
|
||||
if post.sub and AEVANN_ID and v.id != AEVANN_ID:
|
||||
autovote = Vote(user_id=AEVANN_ID, submission_id=post.id, vote_type=1)
|
||||
g.db.add(autovote)
|
||||
v.coins += 1
|
||||
|
|
Loading…
Reference in New Issue