Go to file
David Taylor 7e5dc5acc1 FIX: Allow slash commands to set rules in private groups
The Slack 'slash commands' API does not provide the user-friendly group name, so we must use the group ID. We could use the API to obtain the group name, but it would require adding additional scopes to the app.
2019-09-30 13:27:35 +01:00
.tx Update translations 2018-09-10 14:00:37 -04:00
app FIX: Use top-level namespace for base classes (#33) 2019-09-16 13:38:30 -04:00
assets FIX: Access transcript params correctly 2019-07-27 15:04:42 +01:00
bin Add frozen string literal comment to files. 2019-05-13 10:37:49 +08:00
config FEATURE: support for slack custom username (#22) 2019-09-11 10:08:40 -04:00
lib/discourse_chat FIX: Allow slash commands to set rules in private groups 2019-09-30 13:27:35 +01:00
spec FIX: An error would be raised if fewer than "skip_messages" existed 2019-08-07 16:59:34 -04:00
test/javascripts/acceptance REFACTOR: uses more modern patterns to prevent issues (#27) 2019-03-20 10:57:07 +00:00
.eslintrc DEV: eslint/prettier 2019-01-11 17:30:57 +01:00
.gitignore DEV: eslint/prettier 2019-01-11 17:30:57 +01:00
.rubocop.yml Inherit rubocop config from discourse repo 2018-12-03 00:35:48 +01:00
.travis.yml DEV: Update .travis.yml 2018-09-12 18:10:27 +01:00
Gemfile Add frozen string literal comment to files. 2019-05-13 10:37:49 +08:00
Gemfile.lock Update translations 2019-07-15 14:01:20 -04:00
LICENSE Initial commit 2017-06-26 15:08:06 +01:00
README.md Update README to remove scary message 2017-07-21 16:09:19 +01:00
package.json DEV: eslint/prettier 2019-01-11 17:30:57 +01:00
plugin.rb Add frozen string literal comment to files. 2019-05-13 10:37:49 +08:00
yarn.lock DEV: eslint/prettier 2019-01-11 17:30:57 +01:00

README.md

discourse-chat-integration

Build Status

This plugin integrates Discourse with a number of external chatroom systems. For more information, click here