mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-28 10:31:59 +00:00
* Partial revert of datum poll creation, fixes duplicated irv votes (#57462) * Partial revert of datum poll creation + stops duplicated votes from being trusted from clients Reverts the part of jordies poll refactor that allowed a duplicated vote in the db to make it back on the client's vote screen. Also fixes the code that would allowed duplicated votes to be passed from the client. (not from jordie's poll refactor pr.) The race condition still exists, thats harder to fix, counting code handles this correctly * Update poll.dm * Update poll.dm * Partial revert of datum poll creation, fixes duplicated irv votes Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>