Notifications being sent to the user while he is on the app

So I realized when I am using the app to chat with someone, when they send me a message I will receive a notification even though I am in the chat already, in work around for that?
Thanks

Hi @striker,

I guess you’re the first user in the forum, who wants to stop receiving notifications :slight_smile: Just kidding :slight_smile:

Reg. your question: you can experiment with “conditional” sending of notifications (make the action conditional). I.e. you can determine if Current User (the chat counter-party) has not been active for some time, then the you send the notification.
You can find the thread reg. “active” users here: How to display only online users on a screen?
Probably you need to adjust this functionality to chat window itself.

This is not a step-by-step instruction, but rather a path to explore :slight_smile:

Best regards, Victor.

1 Like

:grinning_face_with_smiling_eyes: yea usually it’s the other way around.
Thanks for the explanation I think that should be a good workaround for now.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.