mirror of https://github.com/zulip/zulip.git
user docs: Trim language in mute-a-stream.
This commit is contained in:
parent
5a588353c1
commit
010dbcc49f
|
@ -1,3 +1,2 @@
|
|||
1. On the left sidebar in the **Streams** section, hover over a stream to reveal
|
||||
a down chevron (<i class="icon-vector-chevron-down"></i>) icon to the right of
|
||||
the stream name.
|
||||
1. On the left sidebar, hover over a stream name to reveal
|
||||
a down chevron (<i class="icon-vector-chevron-down"></i>) to the right.
|
||||
|
|
|
@ -1,24 +1,33 @@
|
|||
# Mute a stream
|
||||
|
||||
If you would like to stop receiving notifications from a certain stream, you can
|
||||
choose to mute it. You can also [mute individual topics](/help/mute-a-topic).
|
||||
Messages from muted streams do not show up in **All messages** or generate
|
||||
notifications, unless you are
|
||||
[@-mentioned](/help/at-mention-a-team-member). Messages from muted streams
|
||||
do not generate [alert word](/help/add-an-alert-word) notifications.
|
||||
|
||||
Muted streams still appear in the left sidebar, though they are grayed out.
|
||||
|
||||
!!! tip ""
|
||||
Some parts of the Zulip experience may start to degrade
|
||||
if you receive more than a few hundred muted messages a day.
|
||||
|
||||
## Mute a stream
|
||||
|
||||
{!stream-actions.md!}
|
||||
|
||||
2. Click on the {!down-chevron.md!} Select the **Mute the stream (stream name)**
|
||||
option from the actions dropdown.
|
||||
2. Click on the down chevron (<i class="icon-vector-chevron-down"></i>).
|
||||
|
||||
3. Select **Mute the stream (stream name)**.
|
||||
|
||||
3. Upon selecting the **Mute the stream (stream name)** option, the selected
|
||||
stream will be grayed out in the left sidebar, confirming the success of your
|
||||
muting.
|
||||
|
||||
## Unmute a stream
|
||||
|
||||
{!stream-actions.md!}
|
||||
|
||||
2. Click on the {!down-chevron.md!} Select the **Unmute the stream (stream name)**
|
||||
option from the actions dropdown.
|
||||
2. Click on the down chevron (<i class="icon-vector-chevron-down"></i>).
|
||||
|
||||
3. Upon selecting the **Unmute the stream (stream name)** option, the selected
|
||||
stream will stop being grayed out in the left sidebar, confirming the success
|
||||
of your unmuting.
|
||||
3. Select the **Unmute the stream (stream name)**.
|
||||
|
||||
## Related Articles
|
||||
|
||||
* [Mute a topic](/help/mute-a-topic)
|
||||
|
|
Loading…
Reference in New Issue