-
Notifications
You must be signed in to change notification settings - Fork 112
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
What are you trying to achieve?
I'm trying to implement a search feature for Direct Message (DM) channels, but the SDK currently does not support this functionality. Having this feature would improve the user experience by enabling quick access to specific DM channels.
If possible, how can you achieve this currently?
Currently, I can not search DM channels with ChatChannelListView and searchType .channels
ChatChannelListView(
viewFactory: DefaultViewFactory.shared,
embedInNavigationView: false,
searchType: .channels
)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request