We are building a React Native application where our groups are categorized using tags (e.g., “tag1” and “tag2”). For our UI, we need to display an accurate unread message count for each category.
Currently, the React Native SDK allows us to filter conversations using ConversationsRequestBuilder().setGroupTags(), but the unread count is limited by pagination. As a result, if a user is part of more tagged groups than the .setLimit() value, we cannot retrieve the true total unread count for that tag.
We would like to request a feature that provides:
A single aggregated unread count for all groups matching a given tag
A method that is not restricted by pagination
Direct support for this in the React Native SDK
This functionality is essential for accurately displaying unread badges for our tag-based group tabs in the application.
Thank you for considering this enhancement.
Please authenticate to join the conversation.
New
💡 Feature Request
Get notified by email when there are changes.
New
💡 Feature Request
Get notified by email when there are changes.