stream-chat-react icon indicating copy to clipboard operation
stream-chat-react copied to clipboard

fix: ignore new messages from channels a user is not a member in message.new handler for ChannelList

Open MartinCupela opened this issue 7 months ago • 1 comments

🎯 Goal

When a user is removed from a channel with channel.removeMembers([targetId],{text:"bye"}):

  1. Remove the channel from the channel list - and keep it removed
  2. Remove the channel from the active channel - thus prevent user from being able to send messages
  3. (Optional) Set a new active channel to undefined | ???

MartinCupela avatar Dec 05 '23 15:12 MartinCupela