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
I have been searching for a way to mute/unmute/Mark as Read users in the same channel in bulk.
Since, I have not found any way I have to do this in loop. This increases the time taken per request due to multiple network RTTs, although I solved this by unblocking other requests of queue using go routines but would like to know if something like this exists for getting this task done in bulk in one shot ?
If not, can I expect any update related to this ?
The text was updated successfully, but these errors were encountered:
I have been searching for a way to mute/unmute/Mark as Read users in the same channel in bulk.
Since, I have not found any way I have to do this in loop. This increases the time taken per request due to multiple network RTTs, although I solved this by unblocking other requests of queue using go routines but would like to know if something like this exists for getting this task done in bulk in one shot ?
If not, can I expect any update related to this ?
The text was updated successfully, but these errors were encountered: