mirror of https://github.com/zulip/zulip.git
help center: Move typing notifications documentation to a separate page.
This commit is contained in:
parent
74986765e9
commit
c5508bb8fd
|
@ -205,7 +205,7 @@
|
|||
right stream and topic.
|
||||
</p>
|
||||
</a>
|
||||
<a class="feature-block" href="/help/status-and-availability#typing-notifications" target="_blank" rel="noopener noreferrer">
|
||||
<a class="feature-block" href="/help/typing-notifications" target="_blank" rel="noopener noreferrer">
|
||||
<h3>TYPING NOTIFICATIONS</h3>
|
||||
<p>Know when other users are composing messages to you.</p>
|
||||
</a>
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
* [Resize the compose box](/help/resize-the-compose-box)
|
||||
* [Format messages using Markdown](/help/format-your-message-using-markdown)
|
||||
* [Mention a user or group](/help/mention-a-user-or-group)
|
||||
* [Typing notifications](/help/typing-notifications)
|
||||
* [Preview messages before sending](/help/preview-your-message-before-sending)
|
||||
* [Enable Enter to send](/help/enable-enter-to-send)
|
||||
* [Verify a message was sent](/help/verify-your-message-was-successfully-sent)
|
||||
|
|
|
@ -42,4 +42,5 @@ There are several ways to access an existing PM or group PM.
|
|||
|
||||
## Related articles
|
||||
|
||||
* [Typing notifications](/help/status-and-availability#typing-notifications)
|
||||
* [Typing notifications](/help/typing-notifications)
|
||||
|
||||
|
|
|
@ -101,27 +101,6 @@ Note that because this setting works by making your availability stop
|
|||
updating, you'll still appear to other users as active for a few
|
||||
minutes after disabling updates to your availability.
|
||||
|
||||
## Typing notifications
|
||||
## Related articles
|
||||
|
||||
Zulip displays typing notifications when viewing a private message or
|
||||
group private message conversation to which one of the other
|
||||
participants is currently composing a message.
|
||||
|
||||
Typing notifications are only sent while one is actively editing text
|
||||
in the compose box, and they disappear if typing is paused for about
|
||||
15 seconds. Just having the compose box open will not send a typing
|
||||
notification.
|
||||
|
||||
### Disable typing notifications
|
||||
|
||||
If you'd prefer that others not know whether you're typing, you can
|
||||
configure Zulip to not send typing notifications.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{settings_tab|account-and-privacy}
|
||||
|
||||
1. Under **Privacy**, toggle **Let recipients see when I'm typing
|
||||
private messages**.
|
||||
|
||||
{end_tabs}
|
||||
* [Typing notifications](/help/typing-notifications)
|
||||
|
|
|
@ -0,0 +1,29 @@
|
|||
# Typing notifications
|
||||
|
||||
Zulip displays typing notifications when viewing a private message or
|
||||
group private message conversation to which one of the other
|
||||
participants is currently composing a message.
|
||||
|
||||
Typing notifications are only sent while one is actively editing text
|
||||
in the compose box, and they disappear if typing is paused for about
|
||||
15 seconds. Just having the compose box open will not send a typing
|
||||
notification.
|
||||
|
||||
### Disable typing notifications
|
||||
|
||||
If you'd prefer that others not know whether you're typing, you can
|
||||
configure Zulip to not send typing notifications.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{settings_tab|account-and-privacy}
|
||||
|
||||
1. Under **Privacy**, toggle **Let recipients see when I'm typing
|
||||
private messages**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Related articles
|
||||
|
||||
* [Private messages](/help/private-messages)
|
||||
* [Status and availability](/help/status-and-availability)
|
|
@ -8234,7 +8234,7 @@ paths:
|
|||
- name: send_private_typing_notifications
|
||||
in: query
|
||||
description: |
|
||||
Whether [typing notifications](/help/status-and-availability#typing-notifications) be sent when composing
|
||||
Whether [typing notifications](/help/typing-notifications) be sent when composing
|
||||
private messages.
|
||||
|
||||
**Changes**: New in Zulip 5.0 (feature level 105).
|
||||
|
@ -8244,7 +8244,7 @@ paths:
|
|||
- name: send_stream_typing_notifications
|
||||
in: query
|
||||
description: |
|
||||
Whether [typing notifications](/help/status-and-availability#typing-notifications) be sent when composing
|
||||
Whether [typing notifications](/help/typing-notifications) be sent when composing
|
||||
stream messages.
|
||||
|
||||
**Changes**: New in Zulip 5.0 (feature level 105).
|
||||
|
@ -10125,7 +10125,7 @@ paths:
|
|||
type: boolean
|
||||
description: |
|
||||
Whether the user has chosen to send [typing
|
||||
notifications](/help/status-and-availability#typing-notifications)
|
||||
notifications](/help/typing-notifications)
|
||||
when composing private messages. The client should send typing
|
||||
notifications for private messages if and only if this setting is enabled.
|
||||
|
||||
|
@ -10134,7 +10134,7 @@ paths:
|
|||
type: boolean
|
||||
description: |
|
||||
Whether the user has chosen to send [typing
|
||||
notifications](/help/status-and-availability#typing-notifications)
|
||||
notifications](/help/typing-notifications)
|
||||
when composing stream messages. The client should send typing
|
||||
notifications for stream messages if and only if this setting is enabled.
|
||||
|
||||
|
@ -11936,14 +11936,14 @@ paths:
|
|||
send_private_typing_notifications:
|
||||
type: boolean
|
||||
description: |
|
||||
Whether [typing notifications](/help/status-and-availability#typing-notifications) be sent when composing
|
||||
Whether [typing notifications](/help/typing-notifications) be sent when composing
|
||||
private messages.
|
||||
|
||||
**Changes**: New in Zulip 5.0 (feature level 105).
|
||||
send_stream_typing_notifications:
|
||||
type: boolean
|
||||
description: |
|
||||
Whether [typing notifications](/help/status-and-availability#typing-notifications) be sent when composing
|
||||
Whether [typing notifications](/help/typing-notifications) be sent when composing
|
||||
stream messages.
|
||||
|
||||
**Changes**: New in Zulip 5.0 (feature level 105).
|
||||
|
@ -13046,7 +13046,7 @@ paths:
|
|||
- name: send_private_typing_notifications
|
||||
in: query
|
||||
description: |
|
||||
Whether [typing notifications](/help/status-and-availability#typing-notifications) be sent when composing
|
||||
Whether [typing notifications](/help/typing-notifications) be sent when composing
|
||||
private messages.
|
||||
|
||||
**Changes**: New in Zulip 5.0 (feature level 105).
|
||||
|
@ -13056,7 +13056,7 @@ paths:
|
|||
- name: send_stream_typing_notifications
|
||||
in: query
|
||||
description: |
|
||||
Whether [typing notifications](/help/status-and-availability#typing-notifications) be sent when composing
|
||||
Whether [typing notifications](/help/typing-notifications) be sent when composing
|
||||
stream messages.
|
||||
|
||||
**Changes**: New in Zulip 5.0 (feature level 105).
|
||||
|
|
Loading…
Reference in New Issue