Nested Group Channels

[Question]
Is there way, in the channel list, to nest several conversations together? For example, I may have a “favorites” section or I may want to allows users to create a section of their own, like “work colleagues” or “frisbee folks.”

In the sketch below, the messages are nested in an accordian style

Hello @Tucker,

Nesting chats like you’re looking at would require you to build out a custom version of the UIKit ChannelList component. This is not something it natively supports.

Additionally, you would need to utilize either the Data field or something of the sort to save the necessary information on whether or not this is a users favorite channel or how they grouped it so you can render appropriately.

1 Like