Is there a way to get the number of NEW reactions (and any associated data) associated with a group channel? The same way GroupChannel as an unreadMessageCount
attribute, i’d like to have an unseenReactionCount
or similar…
Important to note that I do see reactions when the 2 users are actively chatting (via the channelHandlerConstructor.onReactionUpdated = (c, m) => {}
) but we need this info even if the users are not both actively online.
I’m using:
"@sendbird/chat": "^4.9.6",
"@sendbird/uikit-react": "^3.6.5",