Files
discourse/plugins/discourse-topic-voting
Natalie Tay 46b9a5903e FIX: Also merge topic votes when a user is merged (#36416)
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
2025-12-03 15:31:52 +08:00
..
2025-11-24 17:50:13 +01:00

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