RamblingCookieMonster / PSSlack

PowerShell module for simple Slack integration
http://ramblingcookiemonster.github.io/PSSlack/
MIT License
274 stars 74 forks source link

Get-SlackChannel only returns 100 channels #89

Closed devblackops closed 5 years ago

devblackops commented 5 years ago

With the recent change to the conversations API in PR #80. We now only get 100 channels returned. Pagination is now enabled by default in this API.

See: https://api.slack.com/docs/conversations-api#pagination.

I'll work on a PR to address.