Schyres
NNovu
•Created by Schyres on 9/29/2023 in #💬│support
In-app notification: Unseen count for selected feeds
Hi all, I'm wondering if there's a way to get unseen notification counts for In-app notification of some feedId
I found that using the SDK i could get the notification for some feeds (
{ feedIdentifier: "feedA" }
), however I tried using the codebox provided in the docs and it appears unseenCount counts for all notification to the subscriber, not being filtered by feedIdentifier
I need to get the unseen count for some selected feed, e.g. having 3 feeds :
- feedA
with 2 unseen
- feedB
with 5 unseen
- feedC
with 1 unseen.
I want to be able to query unseen count just for feedA
and feedC
, so that it would show 3 instead of accumulative 8
how can I do this?
configuration:
selfhosted novu @ v0.19.0
access to novu using react SDK4 replies