n8n
n8n copied to clipboard
fix(Mattermost Node): Change loadOptions to fetch all items
trafficstars
Summary
LoadOptions were using apiRequest instead of apiRequestAllItems which implements pagination.
On an instance with 100 items it would only show the first 60, In the future if we do an overhaul on this node we should consider adding the RLC for User / Channel / Team selections.
Related tickets and issues
https://github.com/n8n-io/n8n/issues/7344 https://linear.app/n8n/issue/NODE-869