mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
* ⚡ Fix pagination in Slack-Node Previously, if you had more than 1k channels, only the first 1k would be loaded. Now with pagination, the limit is ~40k (due to rate limiting, which this doesn't handle well) * 🐛 Fix issue with pagination Continues with #2308 Co-authored-by: Fahrzin Hemmati <fahhem@users.noreply.github.com>