Files
danbooru/app/models
evazion 9efb374ae5 comments: allow swapping votes.
Allow users to upvote a comment, then downvote it, without raising an
error or having to manually remove the upvote first. The upvote is
automatically removed and replaced by the downvote.

Changes to the /comment_votes API:

* `POST /comment_votes` and `DELETE /comment_votes` now return a comment
  vote instead of a comment.
* The `score` param in `POST /comment_votes` is now 1 or -1, not
  `up` or `down.`
2021-01-21 07:58:50 -06:00
..
2018-05-15 14:19:45 -07:00
2021-01-21 07:58:50 -06:00
2020-12-17 23:57:13 -06:00
2021-01-19 04:07:33 -06:00
2021-01-07 17:10:29 -06:00