I'm trying to clear out any invite notifications as they are received since i'm processing them through an in game ui system but Notifications.MarkAsRead doesnt seem to do anything.
i'm using this in my room invite callback Notifications.MarkAsRead(msg.GetRoomInviteNotification().ID); and its being called successfully, but the invite remains in home notifications, and the home overlay popup. Any ideas?
@imperativity