forked from MarseyWorld/MarseyWorld
remove unnecessary deprected behavior in /distribute
parent
640d120dca
commit
0df33c86a4
|
@ -235,10 +235,6 @@ def distribute(v, option_id):
|
|||
losing_voters.extend([x.user_id for x in o.votes])
|
||||
for uid in losing_voters:
|
||||
add_notif(cid, uid)
|
||||
|
||||
|
||||
post.body += '\n\nclosed'
|
||||
g.db.add(post)
|
||||
|
||||
ma = ModAction(
|
||||
kind="distribute",
|
||||
|
|
Loading…
Reference in New Issue