Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HOTFIX - vote spam #523

Merged
merged 1 commit into from
Jun 5, 2017
Merged

HOTFIX - vote spam #523

merged 1 commit into from
Jun 5, 2017

Conversation

rudehn
Copy link
Contributor

@rudehn rudehn commented Jun 5, 2017

This is a hotfix to help stop the vote spam we are seeing. Here's how it works.

  1. A command is identified and ran
  2. The command is then put into the InactiveCommands table to signify it ran

The previous problem was that when identifying new commands, we didn't check if it was already in the inactive commands list.

What does this PR solve? Well it won't re-add commands to the db to be run. HOWEVER it won't solve the problem if there is an issue removing commands from the ActiveCommand table.

Either way, this check needs to be in.

Also, my apologies for the goof. I thought I had tested pretty well but something must have slipped through the cracks.

@paris-ci
Copy link

paris-ci commented Jun 5, 2017

👍

@chaosbot
Copy link
Collaborator

chaosbot commented Jun 5, 2017

✅ PR passed with a vote of 11 for and 0 against, a weighted total of 10.5 and a threshold of 6.2, and a current meritocracy review.

See merge-commit f2a2130 for more details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants