GetStream / stream-chat-go

Stream Chat official Golang API Client
https://getstream.io/chat/
BSD 3-Clause "New" or "Revised" License
67 stars 31 forks source link

Mute/Unmute/Mark as Read channel users in bulk #242

Open saket13 opened 1 year ago

saket13 commented 1 year ago

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 ?