mirror of https://github.com/zulip/zulip.git
help_docs: Update link in `restrict-private-messages`.
Updates a link to point to the correct help center documentation, and makes some small style adjustments to the page in general.
This commit is contained in:
parent
c8fee06521
commit
fd114cc0bf
|
@ -2,10 +2,11 @@
|
||||||
|
|
||||||
{!admin-only.md!}
|
{!admin-only.md!}
|
||||||
|
|
||||||
By default, any user can send private messages. Organization
|
In Zulip, users can exchange private messages with other users,
|
||||||
administrators can change who is allowed to use private messages.
|
[bots](/help/bots-and-integrations) and themselves. Organization
|
||||||
|
administrators can configure who is allowed to use private messages.
|
||||||
|
|
||||||
### Configure who can use private messages
|
## Configure who can use private messages
|
||||||
|
|
||||||
!!! warn ""
|
!!! warn ""
|
||||||
|
|
||||||
|
@ -15,7 +16,7 @@ administrators can change who is allowed to use private messages.
|
||||||
|
|
||||||
{settings_tab|organization-permissions}
|
{settings_tab|organization-permissions}
|
||||||
|
|
||||||
2. Under **Other permissions**, configure **Who can use private messages**.
|
1. Under **Other permissions**, configure **Who can use private messages**.
|
||||||
|
|
||||||
{!save-changes.md!}
|
{!save-changes.md!}
|
||||||
|
|
||||||
|
@ -25,11 +26,13 @@ administrators can change who is allowed to use private messages.
|
||||||
|
|
||||||
* Disabling private messages will cause sending a private message to
|
* Disabling private messages will cause sending a private message to
|
||||||
throw an error; the Zulip UI will appear to still allow private
|
throw an error; the Zulip UI will appear to still allow private
|
||||||
messages. We expect to make some UI adjustments when private messages
|
messages. We expect to make some UI adjustments when private messages
|
||||||
are disabled during the beta period.
|
are disabled during the beta period.
|
||||||
|
|
||||||
* Even if private messages are disabled, users can still exchange
|
* Even if private messages are disabled, users can still exchange
|
||||||
direct private messages with bot users (this detail is important for
|
direct private messages with bot users (this detail is important for
|
||||||
Zulip's new user onboarding experience). Consider also [restricting
|
Zulip's new user onboarding experience). Consider also [restricting
|
||||||
bot creation](/help/restrict-bot-creation) when using this feature.
|
bot creation](/help/restrict-bot-creation) when using this feature.
|
||||||
|
|
||||||
* Restricting private messages does not automatically [restrict creating
|
* Restricting private messages does not automatically [restrict creating
|
||||||
private streams](/help/restrict-permissions-of-new-members).
|
private streams](/help/configure-who-can-create-streams).
|
||||||
|
|
Loading…
Reference in New Issue