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

Use rtm.connect instead of rtm.start #42

Merged
merged 5 commits into from Nov 13, 2022
Merged

Conversation

poptix
Copy link
Contributor

@poptix poptix commented Nov 7, 2022

rtm.start stops working after your slack instance grows to a certain size. Their developers recommend using rtm.connect then conversations.list.

@duck8823 duck8823 merged commit d9e676e into duck8823:master Nov 13, 2022
duck8823 added a commit that referenced this pull request Nov 13, 2022
Changelog diff is:

diff --git a/Changes b/Changes
index 6ee1321..1e606cc 100644
--- a/Changes
+++ b/Changes
@@ -2,6 +2,13 @@ Revision history for Perl extension Slack-RTM-Bot
 
 {{$NEXT}}
 
+1.15 2022-11-13T06:40:31Z
+
+  - #38 Users -> Members fix
+  - #40 Use rtm connect api
+  - #41 fix failed to send direct messages
+  - #42 Use rtm.connect instead of rtm.start
+
 1.13 2020-07-05T15:03:42Z
 
   - #35 Use conversations.list
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants