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

Users -> Members fix #38

Merged
merged 5 commits into from Nov 5, 2022
Merged

Users -> Members fix #38

merged 5 commits into from Nov 5, 2022

Conversation

poptix
Copy link
Contributor

@poptix poptix commented Apr 5, 2022

Slack changed from 'users' to 'members', this was causing repeated calls to users.list since it was never populated.

I think this fixes #22 as well.

Also fixes a perl warning related to next_cursor (Slack stopped sending empty cursors)

@poptix poptix mentioned this pull request Sep 14, 2022
@duck8823 duck8823 merged commit 41fe411 into duck8823:master Nov 5, 2022
@duck8823
Copy link
Owner

duck8823 commented Nov 5, 2022

Thanks!

@poptix poptix deleted the users branch November 7, 2022 01:27
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.

API changes
2 participants