user docs: Update article on configuring message editing and deletion.

This commit is contained in:
Rishi Gupta
2018-07-10 14:11:49 -04:00
parent efe22d339a
commit 5ab373f714

View File

@@ -1,33 +1,57 @@
# Restrict editing of old messages and topics # Configure message editing and deletion
{!admin-only.md!} {!admin-only.md!}
You can easily change the time limit that your organization's users have to There are several settings that control who can edit and delete messages and
change their messages after sending them. Alternatively, you can choose to topics. By default, users have 10 minutes after posting a message to edit
disable message editing for your organization users. it, they can edit any topic at any time, and they cannot delete their
messages.
1. Go to the [Organization settings](/#organization/organization-settings) Different organizations have different message editing needs, so this area
{!admin.md!} is highly configurable. Two things are true under any configuration:
4. Under the **Message editing** section, find the **Users can edit their messages** * Message content can only ever be modified by the original author.
checkbox and **Message edit limit in minutes (0 for no limit)** input field * Any message can be deleted at any time by an organization administrator.
underneath it.
By default, user message editing is enabled for 10 minutes after sending. | | Admins | Members |
|--- |--- |--- |
| Edit your message content | [1] | [1] |
| Edit others' message content | | |
| Edit your message topics | [1] | [1] |
| Edit others' message topics | [1] | [2] |
| Delete your messages | ✔ | [3] |
| Delete others' messages | ✔ | |
* **Users can edit their messages** - Uncheck this option if you wish to [1] Controlled by **Allow message editing**.
disable message editing. Upon doing so, the **Message edit limit in minutes (0 for no limit)**
input field will be grayed out.
* **Message edit limit in minutes (0 for no limit)** - If you enable message [2] Controlled by **Users can edit the topic of any message**.
editing in your organization, you can restrict the time that organization
users have to edit their messages. Simply input the time limit in minutes
that you would like to set; for example, if you want to set a message edit
time limit of 5 minutes, enter **5** in the field.
!!! tip "" [3] Controlled by **Allow message deleting**.
If you would like to disable the message editing time limit for your
organization, enter **0** in the field. This enables users to edit There are a few useful things to understand about the message editing
their messages whenever they want. settings.
* **Allow message editing** can be set to **Never**, **Any time** or
**Up to [a customizable time limit] after posting**. If set to **Never**,
users cannot edit message topics either. For any other value, users can
edit message topics at any time.
* If a user can edit a message, they can also "delete" it by removing all
the message content. This is different from proper message deletion in two
ways: the original content will still show up in
[message edit history](view-a-messages-edit-history), and will be included
in [exports](import-or-export-a-zulip-organization). Deletion
permanently (and irretrievably) removes the message from Zulip.
You can access the message editing and deletion settings as follows.
{settings_tab|organization-settings}
4. Under **Message editing**, configure **Allow message editing**,
**Users can edit the topic of any message**, and **Allow message deleting**.
{!save-changes.md!} {!save-changes.md!}
## Related articles
* [Disable message edit history](/help/disable-message-edit-history)