RocketChat / RocketChat/Rocket.Chat
SlackBridge sending to wrong channel
@pierre-lehnen-rc is already working on this.
Since Sep 19, 2019.
- Dominant language
- TypeScript
- Stars
- 46.1k
- Forks
- 13.9k
- Avg merge
- 3d 3h
- Merged PRs (30d)
- 130
Description
Description:
When we first set up our Rocket.Chat server, we used #general for testing. Rather than blow it away and start over, we renamed #general to #oldgeneral. This made #oldgeneral the default channel, but that was easily fixed in the settings. However, I just set up SlackBridge, and when messages are relayed from #general in Slack, they appear in #oldgeneral in RC rather than (the new) #general. I tried deleting #oldgeneral and now the messages just disappear entirely.
Steps to reproduce:
- Rename #general
- Make a new #general
- Set up SlackBridge
- Join slack bot to #general on slack. Messages go to the original (renamed) #general instead of the new one.
Expected behavior:
Messages from Slack #general should go to the channel named #general
Actual behavior:
Messages from Slack #general go to the old channel with a different name.
Server Setup Information:
- Version of Rocket.Chat Server: 0.66.0
- Operating System: CentOS 7.5
- Deployment Method: ansible
- Number of Running Instances: 1
- DB Replicaset Oplog:
- NodeJS Version: 0.9.4
- MongoDB Version: 2.6.12
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.