Legacy Dev Forum Posts

 View Only

Sign Up

  • 1.  User Notifications

    Posted 06-05-2025 18:10

    skansakar | 2016-08-09 12:45:38 UTC | #1

    On a single channel, we can subscribe to various Topics for number of different users.

    Is there anyway to only get only user specific notifications for a created channel?


    tim.smith | 2016-08-09 14:52:28 UTC | #2

    You'll get notifications for all topics you subscribe to on a channel. If you only want certain notifications from a certain channel, only subscribe to those notifications on that channel. If you subscribe to topics you don't want, you can filter them out by inspecting the topicName property on the notification.


    skansakar | 2016-08-09 15:07:36 UTC | #3

    Yes, I understand that.

    For the integration I am working on, I subscribe to number of different topics for each user. (On a single channel) So I have 100 users, and I subscribe to 5 topics for each, this means I get notification for all users, as you say.

    What I am trying to find out is if I could only get notification for only the user I am interested in without having to get the topicName and parse it to get the userId from it.


    tim.smith | 2016-08-09 15:29:50 UTC | #4

    skansakar, post:3, topic:269
    What I am trying to find out is if I could only get notification for only the user I am interested in without having to get the topicName and parse it to get the userId from it.

    I guess I don't understand your question. If you are not interested in notifications for a particular user, don't subscribe to notifications for that user.


    system | 2017-08-28 19:26:15 UTC | #5


    This post was migrated from the old Developer Forum.

    ref: 269