I got the warning:
Plugin name is ‘discourse-topic-voting’, but plugin directory is named ‘discourse-feature-voting’
Which is a confusing message… it doesn’t state clearly what is the required action, adn which value is correct.
With some investigation, what I had to do was change:
- git clone https://github.com/discourse/discourse-feature-voting.git
to
- git clone https://github.com/discourse/discourse-topic-voting.git
Would be better if that message was:
Your configuration lists the plugin
discourse-feature-voting
however it has been renamed todiscourse-topic-voting
. You should update your configuration.