I am working with public_activity gem. I have implemented read and unread web notification concept for current_user who logged in the application.
But the scenario is like this,
If i comment to a task, the web notification will come to whomever it is assigned. Ex: If user1 commented user2, user3, user4, user5 will see the web notification.
If i go with current code. After User2 clicks on that web notification the status will set as read. Now user3, user4, user5 can't see that notification because the status is already read.
How to overcome this scenario...!!!