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

Cannot filter the conversation list by custom tags #80

Closed
kaleytse-serai opened this issue Aug 25, 2021 · 1 comment
Closed

Cannot filter the conversation list by custom tags #80

kaleytse-serai opened this issue Aug 25, 2021 · 1 comment

Comments

@kaleytse-serai
Copy link

Describe the problem

when using the class ConversationListManager, the conversationRequest cannot be filtered by custom tags.

Please advise the way to filter the conversations list by custom tags.

What was the expected behavior?

As below code is working on the class GroupListManager,
this.groupRequest = new CometChat.GroupsRequestBuilder().setLimit(30).setTags(["custom_tag_key: custom_tag_value"]).build();

The class ConversationListManager should also have the setTags function, eg
this.conversationRequest = new CometChat.ConversationsRequestBuilder().setLimit(30).setTags(["custom_tag_key: custom_tag_value"]).build();

Environment

Please provide the following:

  • Version used:
  • "@cometchat-pro/chat": "3.0.0"
@priyadarshininadar
Copy link
Contributor

Hi @kaleytse-serai,
The provision to set tags in conversations is not available as of now. Please upvote this feature request so that we can notify you when it is taken up for implementation.
https://feedback.cometchat.com/cometchat-pro-feature-requests/p/ability-to-tags-in-conversation

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants