Hi
I have several different groups which my users can subscribe to. When they are logged in their mainpage will be /frontpage which is a Views generated view based on the users subscribed groups and it shows the latest activity across those groups.
I am using the Live Update API to show new content whenever it is posted. As it is now it will be posted on the frontpage no matter if the user is subscribing to the group or not. So how do I filter the update so it only will be displayed on the relevant users "feed".