Reputation log: better record inversed votes #213
Labels
backend
Everything for https://github.com/CaptainFact/captain-fact-api
complexity > simple
Simple tasks (usually a few hours)
improvement
Improvements to existing features (enhancements)
Currently, voting down after voting up (or the opposite) just removes the old vote and replaces it with the new one, recording only one
UserAction
for the new vote. To make sure we register things properly with the reputation, we should record arevert_vote
action before recording the new one.The text was updated successfully, but these errors were encountered: