4261814162
- Stop using `break` in a block - it doesn't work. The failure here was hidden because it was within a `defer` block, so would not cause a server error - Refactor the error handling so that the error is passed back to Slack and displayed to the user - Return specific error messages for user / message-history / message errors - Tidy up the SlackCommandController to make all non-requestable methods private - Add a test to ensure error messages are passed correctly to Slack |
||
---|---|---|
.github/workflows | ||
app | ||
assets | ||
config | ||
lib/discourse_chat | ||
spec | ||
test/javascripts/acceptance | ||
.eslintrc | ||
.gitignore | ||
.rubocop.yml | ||
.template-lintrc.js | ||
Gemfile | ||
Gemfile.lock | ||
LICENSE | ||
README.md | ||
package.json | ||
plugin.rb | ||
translator.yml | ||
yarn.lock |
README.md
discourse-chat-integration
This plugin integrates Discourse with a number of external chatroom systems. For more information, click here