I was trying to figure out how to filter a push notification on a channel. I am publishing a message from my business logic and passing header values. I would like the message to go to a channel but for the user whose userId is passed in the header to not receive the push notification.
Can someone help understand how that would work. I’m using Javascript for Business Logic and using iOS for App code.