mirror of https://github.com/zulip/zulip.git
help: Document setting to automatically follow topics when mentioned.
This commit is contained in:
parent
2e71ec78e3
commit
59dc5d1f53
|
@ -4,7 +4,8 @@ Zulip lets you follow topics you are interested in. You can follow or unfollow
|
|||
any topic. You can also configure Zulip to automatically follow topics you start
|
||||
or participate in. Participating in a topic means sending a message,
|
||||
[reacting](/help/emoji-reactions) with an emoji, or participating in a
|
||||
[poll](/help/create-a-poll).
|
||||
[poll](/help/create-a-poll). You can also automatically follow topics where you
|
||||
are [mentioned](/help/mention-a-user-or-group).
|
||||
|
||||
It's easy to prioritize catching up on followed topics. You can:
|
||||
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
### Follow topics you start or participate in
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|desktop-web}
|
||||
|
@ -8,3 +10,27 @@
|
|||
**Automatically follow topics** dropdown.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
### Follow topics where you are mentioned
|
||||
|
||||
You can automatically follow topics where you are personally
|
||||
[mentioned](/help/mention-a-user-or-group). If this setting is enabled:
|
||||
|
||||
- You will automatically follow topics where you are personally mentioned, but
|
||||
group mentions and wildcard mentions (**@all**, **@topic**, etc.) will not
|
||||
affect topic status.
|
||||
- You will automatically follow topics in [muted streams](/help/mute-a-stream)
|
||||
when you are mentioned.
|
||||
- Mentions will *not* cause you to automatically follow topics you have
|
||||
explicitly [muted](/help/mute-a-topic).
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{tab|desktop-web}
|
||||
|
||||
{settings_tab|notifications}
|
||||
|
||||
1. Under **Topic notifications**, toggle **Automatically follow topics where I'm
|
||||
mentioned**.
|
||||
|
||||
{end_tabs}
|
||||
|
|
Loading…
Reference in New Issue