mirror of
https://github.com/discourse/discourse.git
synced 2026-08-03 09:53:24 -05:00
When a user account is merged, their votes do not transfer. This commit fixes that. In a transaction, duplicate votes (both source n target users) are first deleted, then remaining votes are transferred. At the end, a topic's vote count is re-tallied. Meta: https://meta.discourse.org/t/topic-votes-dont-transfer-when-merging-accounts/277376
Discourse Topic Voting
Adds the ability for voting on a topic within a specified category.
Topic discussing the plugin itself can be found here: https://meta.discourse.org/t/discourse-voting/40121