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 would like to have more control over the visibility of hidden channels when new messages are received.
Currently, if a channel is hidden using the channel.hide() method and a new message is received on that channel, it will automatically become visible again. This can be problematic for users who wish to keep certain channels hidden for privacy or organizational reasons.
I propose a new feature that allows users to control the visibility of hidden channels when new messages are received. Specifically, I suggest implementing a new option in the channel.hide() method that prevents the channel from automatically becoming visible when a new message is received. Instead, the channel would remain hidden until the user calls channel.show() method on that channel.
This new feature would give users more control over the visibility of their channels and allow them to maintain privacy and organization in their chat rooms.
The text was updated successfully, but these errors were encountered:
No, it was not helpful for us. We have a use case where we are providing users with the option to archive any chat. When a chat is archived, we hide it using the channel.hide() method in the backend. We also have an archive list where users can view the archived channels and send/receive messages, see unread counts, and unarchive channels. However, the current functionality of Stream automatically makes hidden channels visible when new messages are received, which does not solve our problem in this use case.
I would like to have more control over the visibility of hidden channels when new messages are received.
Currently, if a channel is hidden using the
channel.hide()
method and a new message is received on that channel, it will automatically become visible again. This can be problematic for users who wish to keep certain channels hidden for privacy or organizational reasons.I propose a new feature that allows users to control the visibility of hidden channels when new messages are received. Specifically, I suggest implementing a new option in the channel.hide() method that prevents the channel from automatically becoming visible when a new message is received. Instead, the channel would remain hidden until the user calls
channel.show()
method on that channel.This new feature would give users more control over the visibility of their channels and allow them to maintain privacy and organization in their chat rooms.
The text was updated successfully, but these errors were encountered: