You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently /api/v1/channels.list.joined will return an array with all joined usernames, and an array with muted usernames
This is a test user only joined on #general
curl -H "X-Auth-Token: xxxx" -H "X-User-Id: xxxx" https://demo.rocket.chat/api/v1/channels.list.joined
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 3357k 0 3357k 0 0 305k 0 --:--:-- 0:00:11 --:--:-- 607k
channels.list is also impacted by this and will return huge responses when returning big channels.
groups.list also has this problem, but usually groups are much smaller.
The text was updated successfully, but these errors were encountered:
Description:
Currently
/api/v1/channels.list.joined
will return an array with all joined usernames, and an array with muted usernamesThis is a test user only joined on #general
channels.list
is also impacted by this and will return huge responses when returning big channels.groups.list
also has this problem, but usually groups are much smaller.The text was updated successfully, but these errors were encountered: