-
Notifications
You must be signed in to change notification settings - Fork 182
Open
Description
Regarding the note in the Readme about the Slack API changes upon connect (rtm.start).. https://github.com/BlakeWilliams/Elixir-Slack#upgrading-from-0x-to-020
- I'm getting rate limited errors on even the first attempt to connect. Perhaps the Slack API s now rejecting
rtm.startaltogether?
- I had to use the url
/api/rtm.connectto get connected with the Slack API now - I had to tweak the
Slackcallbackhandle_connectto let you modify theslackportion of the internal state, which is necessary for any following state management to function
- Trying to initialize the Slack State requires more than the example code...
- Slack state expects maps with the
idas the key, not just a list - Slack state expects atom keys
These could be addressed fairly easily, but I'm not sure if there other implications...
matusf
Metadata
Metadata
Assignees
Labels
No labels