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

slackBridge method slackAPI.getChannels returns incomplete list #16766

Closed
antkaz opened this issue Mar 2, 2020 · 0 comments · Fixed by #16767
Closed

slackBridge method slackAPI.getChannels returns incomplete list #16766

antkaz opened this issue Mar 2, 2020 · 0 comments · Fixed by #16767

Comments

@antkaz
Copy link
Contributor

antkaz commented Mar 2, 2020

Description:

The API method conversations.list Slack API returns 100 items by default. If channels in Slack over 100 items then channel may be not found from the list.

Also, if limit up to 1000 items, this does not guarantee that a complete list will be received
https://api.slack.com/methods/conversations.list

need to iterate over the entire list using the parameter cursor

Server Setup Information:

  • Version of Rocket.Chat Server: 2.4.10
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 a pull request may close this issue.

1 participant