forked from rDrama/rDrama
1
0
Fork 0

remove unnecessary deprected behavior in /distribute

master
Aevann1 2022-09-22 20:23:18 +02:00
parent 640d120dca
commit 0df33c86a4
1 changed files with 0 additions and 4 deletions

View File

@ -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",