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

[Slack] Use socket mode instead of RTM API #1744

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

DavyJohnes
Copy link
Contributor

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.

@42wim 42wim added the slack label Mar 11, 2022
@42wim
Copy link
Owner

42wim commented Mar 11, 2022

Thank you for this PR 👍 and sorry for the delay in responding, could you fix the golangci-lint issues?
Trying to test this PR this weekend and give feedback

@DavyJohnes
Copy link
Contributor Author

DavyJohnes commented Mar 15, 2022

Thank you for this PR 👍 and sorry for the delay in responding, could you fix the golangci-lint issues?
Trying to test this PR this weekend and give feedback

Sure, could you please restart workflow in order to get fresh error after rebase?

@42wim
Copy link
Owner

42wim commented Mar 15, 2022

Thanks, you can ignore the exhaustive linter, going to remove it, but if possible fix the other issues

@codeclimate
Copy link

codeclimate bot commented Mar 25, 2022

Code Climate has analyzed commit 03d7800 and detected 0 issues on this pull request.

View more on Code Climate.

@GoliathLabs
Copy link
Contributor

Any updates on this?

@unode
Copy link

unode commented Sep 23, 2024

Related #2161

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants