Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to search the DM channel? #644

Open
spartan-tinhnguyen opened this issue Nov 7, 2024 · 1 comment
Open

How to search the DM channel? #644

spartan-tinhnguyen opened this issue Nov 7, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@spartan-tinhnguyen
Copy link

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
    )
@nuno-vieira nuno-vieira added the enhancement New feature or request label Nov 7, 2024
@nuno-vieira
Copy link
Member

Hi @spartan-tinhnguyen,

At the moment, we do not support this, but we plan to support it in the future. Unfortunately, I do not have an ETA for this at the moment since this is dependent on the backend.

Best,
Nuno

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants