Skip to content

Commit

Permalink
Merge pull request #34 from pitrk/master
Browse files Browse the repository at this point in the history
Remove 1 convicted manipulator
  • Loading branch information
Twixes authored Dec 2, 2024
2 parents 6514f6c + dcf7590 commit 739201a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vote.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
from somsiad import Somsiad
from utilities import human_datetime, interpret_str_as_datetime, md_link, utc_to_naive_local, word_number_form

CONVICTED_MANIPULATOR_IDS = [564069255948009473] # Users convicted in absentia of manipulating the vote
CONVICTED_MANIPULATOR_IDS = [] # Users convicted in absentia of manipulating the vote

class Ballot(data.Base, data.ChannelRelated, data.UserRelated):
urn_message_id = data.Column(data.BigInteger, primary_key=True)
Expand Down

0 comments on commit 739201a

Please sign in to comment.