Closed kaleytse-serai closed 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
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, egthis.conversationRequest = new CometChat.ConversationsRequestBuilder().setLimit(30).setTags(["custom_tag_key: custom_tag_value"]).build();
Environment