[Slack] Use socket mode instead of RTM API
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.
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
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?
Thanks, you can ignore the exhaustive linter, going to remove it, but if possible fix the other issues
Code Climate has analyzed commit 03d78007 and detected 0 issues on this pull request.
View more on Code Climate.
Any updates on this?