-
Notifications
You must be signed in to change notification settings - Fork 11.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[NEW] Support for dynamic slack and rocket.chat channels #10205
Conversation
…at into dynamic-groups
@Hudell can you fix the conflict? |
}); | ||
|
||
Npm.depends({ | ||
'slack-client': '2.0.6' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why are we adding this here?
} | ||
//Choose whether SlackBridge should also send your messages back to Slack | ||
RocketChat.settings.get('SlackBridge_Out_Enabled', (key, value) => { | ||
logger.class.debug(`Setting: ${ key }`, value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this do something?
this.copySlackChannelInfo(rid, this.slackChannelMap[rid]); | ||
//Send messages from all channels that exist in Slack and the bot has joined | ||
RocketChat.settings.get('SlackBridge_Out_All', (key, value) => { | ||
logger.class.debug(`Setting: ${ key }`, value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this do something?
} | ||
//Choose which channels will send messages back to Slack | ||
RocketChat.settings.get('SlackBridge_Out_Channels', (key, value) => { | ||
logger.class.debug(`Setting: ${ key }`, value); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this do something?
@RocketChat/core
Closes an item on #8012 , merging PR #6282
Also closes #6509
Original description: