Skip to content
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

Change the default settings to "useRtmConnect: true" #632

Closed
4 of 9 tasks
seratch opened this issue Oct 5, 2021 · 0 comments · Fixed by #633
Closed
4 of 9 tasks

Change the default settings to "useRtmConnect: true" #632

seratch opened this issue Oct 5, 2021 · 0 comments · Fixed by #633
Assignees
Labels
enhancement M-T: A feature request for new functionality
Milestone

Comments

@seratch
Copy link
Member

seratch commented Oct 5, 2021

Description

The original way to connect to one of our oldest APIs is finally retiring. For existing apps, rtm.start will start behaving exactly like rtm.connect on September 20, 2022. Beginning November 30, 2021, newly created apps and integrations will only be able to use rtm.connect.

https://api.slack.com/changelog/2021-10-rtm-start-to-stop

Until this change is released, please set the following env variable when starting your Hubot app:

HUBOT_SLACK_RTM_CLIENT_OPTS='{"useRtmConnect": "true"}'

What type of issue is this? (place an x in one of the [ ])

  • bug
  • enhancement (feature request)
  • question
  • documentation related
  • testing related
  • discussion

Requirements (place an x in each of the [ ])

  • I've read and understood the Contributing guidelines and have done my best effort to follow them.
  • I've read and agree to the Code of Conduct.
  • I've searched for any related issues and avoided creating a duplicate issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement M-T: A feature request for new functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant