-
Notifications
You must be signed in to change notification settings - Fork 617
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
[Slack] Use socket mode instead of RTM API #1744
base: master
Are you sure you want to change the base?
Conversation
Thank you for this PR 👍 and sorry for the delay in responding, could you fix the golangci-lint issues? |
Sure, could you please restart workflow in order to get fresh error after rebase? |
Thanks, you can ignore the |
Code Climate has analyzed commit 03d7800 and detected 0 issues on this pull request. View more on Code Climate. |
Any updates on this? |
Related #2161 |
RTM API is petty old api interface and enforces to use old-style Slack Apps (also known as "Classic" apps) which doesn't allow to use some new features (like org-wide app installations). Slack itself recommends to use Socket Mode (https://api.slack.com/rtm) for most applications.
If this approach is acceptable I can provide documentation how to install and configure Slack App to use it with socket mode.