I’ve created a new design with a left sidebar containing a list of users and groups. When a user clicks on an item, the corresponding chat list is displayed. Users can chat either in groups or one-on-one. I’m trying to manage this using channels and subchannels, as I have two lists: one for users and another based on the selected item, which shows additional options to chat.
I referred to the Amity documentation for channels and subchannels, but I encountered an issue where I’m unable to add users to a subchannel. I need help in resolving this and determining how to handle this flow efficiently.