cometchat / cometchat-uikit-react

Ready-to-use Chat UI Components for React (JavaScript/Web)
Other
92 stars 58 forks source link

Cannot filter the conversation list by custom tags #80

Closed kaleytse-serai closed 3 years ago

kaleytse-serai commented 3 years ago

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:

priyadarshininadar commented 3 years ago

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