Files
zulip/help/restrict-message-editing-and-deletion.md
Lauryn Menard 5e7f9ccb0b help: Update links for information about users to new intro article.
Updates "help/manage-a-user" links that are contextually for general
information about users to go to the new "help/introduction-to-users"
article.

Adds a link to "Manage a user" in the related articles section of
the new intro to users article.
2025-02-26 13:22:12 -08:00

68 lines
2.0 KiB
Markdown

# Restrict message editing and deletion
{!admin-only.md!}
Zulip lets you separately configure permissions for editing and deleting
messages, and you can set time limits for both actions. Regardless of the
configuration you select, message content can only ever be modified by the
original author.
Note that 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](/help/view-a-messages-edit-history), and will be included in
[data exports](/help/export-your-organization). Deletion permanently (and
irretrievably) removes the message from Zulip.
## Configure message editing permissions
!!! tip ""
Users can only edit their own messages.
{start_tabs}
{settings_tab|organization-permissions}
1. Under **Message editing**:
- Toggle **Allow message editing**.
- Configure **Time limit for editing messages**.
{!save-changes.md!}
{end_tabs}
## Configure message deletion permissions
These permissions can be granted to any combination of
[roles](/help/user-roles), [groups](/help/user-groups), and individual
[users](/help/introduction-to-users).
{start_tabs}
{settings_tab|organization-permissions}
1. Under **Message deletion**:
- Configure **Who can delete any message**.
- Configure **Who can delete their own messages**.
- Configure **Time limit for deleting messages**. This time limit does not
apply to users who can delete any message.
{!save-changes.md!}
{end_tabs}
!!! tip ""
A user can delete messages sent by [bots that they
own](/help/view-your-bots) just like messages they sent themself.
## Related articles
* [Edit a message](/help/edit-a-message)
* [Delete a message](/help/delete-a-message)
* [Delete a topic](/help/delete-a-topic)
* [Disable message edit history](/help/disable-message-edit-history)
* [Configure message retention policy](/help/message-retention-policy)
* [Restrict moving messages](/help/restrict-moving-messages)