mirror of https://github.com/zulip/zulip.git
help: Document newly implemented stream typing notifications.
Fixes #27163.
This commit is contained in:
parent
6116679a95
commit
23f53752b2
|
@ -1,10 +1,9 @@
|
||||||
# Typing notifications
|
# Typing notifications
|
||||||
|
|
||||||
Zulip displays typing notifications when viewing a direct message or
|
The Zulip web app displays typing notifications in [conversation
|
||||||
group direct message conversation to which one of the other
|
views](/help/reading-topics) and [**All direct
|
||||||
participants is currently composing a message. In the web and desktop apps,
|
messages**](/help/direct-messages#access-all-dms). The mobile app displays
|
||||||
typing notifications are also displayed in the
|
typing notifications in direct message conversations.
|
||||||
[all direct messages view](/help/direct-messages#access-all-dms).
|
|
||||||
|
|
||||||
Typing notifications are only sent while one is actively editing text in
|
Typing notifications are only sent while one is actively editing text in
|
||||||
the compose box. They disappear if typing is paused for several seconds,
|
the compose box. They disappear if typing is paused for several seconds,
|
||||||
|
@ -21,8 +20,8 @@ configure Zulip to not send typing notifications.
|
||||||
|
|
||||||
{settings_tab|account-and-privacy}
|
{settings_tab|account-and-privacy}
|
||||||
|
|
||||||
1. Under **Privacy**, toggle **Let recipients see when I'm typing
|
1. Under **Privacy**, toggle **Let recipients see when I'm typing direct
|
||||||
direct messages**.
|
messages** and **Let recipients see when I'm typing messages in streams**.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue