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 ?
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 ?