I need help with user notifications in my app. When a user invites other user to an event, they all get added to a list “invited users” and each of them receive a notification, with the invitation that can be accepted or declined. When an invited user accepts or declines the event gets changed for everyone. How do I make it change only for one user?
Thank you