mojotech / modernator-haskell

An API server for hosting Reddit AMA style Q&A sessions.
GNU General Public License v3.0
4 stars 0 forks source link

Questioners should only be able to upvote a question once #22

Closed RocketPuppy closed 7 years ago

RocketPuppy commented 7 years ago

Probably keep a list of either the upvoted questions on questioners, or a list of the questioners who have upvoted on questions.

RocketPuppy commented 7 years ago

Fixed here: 90e48de7296061455ce187ea2ae93f0b0e69efdb, the documentation already reflected this requirement.