0
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2026-08-06 13:08:40 +08:00
discourse/plugins/discourse-topic-voting/lib/discourse_topic_voting
Martin Brennan d798c84585
DEV: Fix const redefine warning in topic voting (#42290)
Fixes this console error:

```
 [rails] /Users/mb/repos/discourse/plugins/discourse-topic-voting/lib/discourse_topic_voting/topic_query_extension.rb:4: warning: already initialized constant DiscourseTopicVoting::TRENDING_SCORE_SQL
  [rails] /Users/mb/repos/discourse/plugins/discourse-topic-voting/lib/discourse_topic_voting/topic_query_extension.rb:4: warning: previous definition of TRENDING_SCORE_SQL was here
```
2026-08-04 14:13:13 +10:00
..
workflows FEATURE: adds a topic received vote trigger to workflows (#42086) 2026-07-28 12:37:46 +02:00
badge_queries.rb FEATURE: award badges based on topic votes received (#39493) 2026-04-28 10:53:06 +10:00
category_extension.rb
engine.rb
list_controller_extension.rb
topic_extension.rb FIX: Show voters for closed topics in topic-voting (#40314) 2026-05-26 19:18:25 +02:00
topic_merger.rb FEATURE: award badges based on topic votes received (#39493) 2026-04-28 10:53:06 +10:00
topic_query_extension.rb DEV: Fix const redefine warning in topic voting (#42290) 2026-08-04 14:13:13 +10:00
topic_votes_filter.rb
user_extension.rb FIX: Show the voting notification prompt when vote limits are disabled (#41731) 2026-07-15 14:54:37 +02:00
user_merger.rb
web_hook_extension.rb