mirror of https://github.com/zulip/zulip.git
templates: Rename "private message" -> "direct message".
- Updates instances of "private message".
This commit is contained in:
parent
992f5b3f6f
commit
9af31c41da
|
@ -103,7 +103,7 @@ any of the following:
|
|||
- **Do not send spam**, including unsolicited communications, promotions, or
|
||||
advertisements.
|
||||
- **Do not target other accounts with notification spam** by mentioning someone
|
||||
or sending them private messages that they do not want.
|
||||
or sending them direct messages that they do not want.
|
||||
- **Do not use other accounts to contact a user who has muted you** or create a
|
||||
new account in an organization that has deactivated your account for abusive
|
||||
behavior**.** Do not circumvent features we offer to enable users to protect
|
||||
|
|
|
@ -34,7 +34,7 @@ priority.
|
|||
|
||||
## Configurable access control policies
|
||||
|
||||
- Zulip supports private messages (to one or more individuals), private
|
||||
- Zulip supports direct messages (to one or more individuals), private
|
||||
streams with any number of subscribers, as well as public streams
|
||||
available to all organization members. We also support guest accounts,
|
||||
which only have access to a fixed set of streams, and announcement
|
||||
|
|
|
@ -8,7 +8,7 @@ bot using the bot's API key and the desired stream name:
|
|||
Modify the parameters of the URL above, where `api_key` is the API key
|
||||
of your Zulip bot, and `stream` is the [URL-encoded][url-encoder]
|
||||
stream name you want the notifications sent to. If you don't specify a
|
||||
`stream`, the bot will send notifications via private messages to the
|
||||
`stream`, the bot will send notifications via direct messages to the
|
||||
creator of the bot.
|
||||
|
||||
If you'd like this integration to always send notifications to a
|
||||
|
|
|
@ -36,7 +36,7 @@ that fires once a changelist is submitted and committed.
|
|||
1. By default, this hook will send a message to Zulip even if the
|
||||
destination stream does not yet exist. Messages to nonexistent
|
||||
streams prompt the Zulip Notification Bot to inform the bot's
|
||||
owner by private message that they may wish to create the stream.
|
||||
owner by direct message that they may wish to create the stream.
|
||||
If this behaviour is undesirable, for example with a large and busy
|
||||
Perforce server, change the `ZULIP_IGNORE_MISSING_STREAM`
|
||||
variable in `zulip_perforce_config.py` to `True`.
|
||||
|
|
Loading…
Reference in New Issue