Muting or Hiding Channels
Confused about "Muting or Hiding Channels"?
Let us know how we can improve our documentation:
Muting Channels
Copied!Confused about "Muting Channels"?
Let us know how we can improve our documentation:
Messages added to a channel will not trigger push notifications, nor change the unread count for the users that muted it. By default, mutes stay in place indefinitely until the user removes it; however, you can optionally set an expiration time. The list of muted channels and their expiration time is returned when the user connects.
Query Muted Channels
Copied!Confused about "Query Muted Channels"?
Let us know how we can improve our documentation:
Muted channels can be filtered or excluded by using the muted
in your query channels filter.
Remove a Channel Mute
Copied!Confused about "Remove a Channel Mute"?
Let us know how we can improve our documentation:
Whenever you need to unmute, you are able to.
Hiding a Channel
Copied!Confused about "Hiding a Channel "?
Let us know how we can improve our documentation:
Hiding a channel will remove it from query channel requests for that user until a new message is added. Please keep in mind that hiding a channel is only available to members of that channel. Hidden channels may still have unread messages and you may wish to mark the channel as read prior to hiding it.
Optionally you can also clear the entire message history of that channel for the user. This way, when a new message is received, it will be the only one present in the channel.
{ "hidden" : true }
query parameter.