mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
help: Split "Edit or delete a message".
- Splits page into "Edit a message" and "Delete a message".
This commit is contained in:
55
help/edit-a-message.md
Normal file
55
help/edit-a-message.md
Normal file
@@ -0,0 +1,55 @@
|
|||||||
|
# Edit a message
|
||||||
|
|
||||||
|
Zulip makes it possible to edit the content of your messages, letting you fix
|
||||||
|
typos, clarify your thoughts, etc. Organization administrators can
|
||||||
|
[configure](/help/restrict-message-editing-and-deletion) who can edit messages,
|
||||||
|
and set time limits for this action. However, even organization owners cannot
|
||||||
|
edit the content of a message sent by another user.
|
||||||
|
|
||||||
|
!!! tip ""
|
||||||
|
|
||||||
|
You can also [edit message topics](/help/rename-a-topic).
|
||||||
|
|
||||||
|
## Edit a message
|
||||||
|
|
||||||
|
{start_tabs}
|
||||||
|
|
||||||
|
{tab|desktop-web}
|
||||||
|
|
||||||
|
{!message-actions.md!}
|
||||||
|
|
||||||
|
1. Click the **pencil** (<i class="fa fa-pencil"></i>) icon. If you do not see
|
||||||
|
the **pencil** (<i class="fa fa-pencil"></i>) icon, you do not have
|
||||||
|
permission to edit this message.
|
||||||
|
|
||||||
|
1. Edit the content of the message.
|
||||||
|
|
||||||
|
1. Click **Save**.
|
||||||
|
|
||||||
|
{tab|mobile}
|
||||||
|
|
||||||
|
{!message-long-press-menu.md!}
|
||||||
|
|
||||||
|
1. Tap **Edit message**. If you do not see the **Edit message** option, you do
|
||||||
|
not have permission to edit this message.
|
||||||
|
|
||||||
|
1. Edit the content of the message.
|
||||||
|
|
||||||
|
1. Approve by tapping the **checkmark**
|
||||||
|
(<img src="/static/images/help/mobile-check-circle-icon.svg" alt="checkmark" class="mobile-icon"/>)
|
||||||
|
button in the bottom right corner of the app.
|
||||||
|
|
||||||
|
{end_tabs}
|
||||||
|
|
||||||
|
!!! tip ""
|
||||||
|
|
||||||
|
After you have edited a message, the message is publicly
|
||||||
|
marked as **EDITED**. You can
|
||||||
|
[view a message's edit history](/help/view-a-messages-edit-history)
|
||||||
|
if it is [enabled](/help/disable-message-edit-history) in your organization.
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
* [View the Markdown source of a message](/help/view-the-markdown-source-of-a-message)
|
||||||
|
* [Restrict message editing and deletion](/help/restrict-message-editing-and-deletion)
|
||||||
|
* [Delete a message](/help/edit-or-delete-a-message)
|
||||||
@@ -1,55 +1,13 @@
|
|||||||
# Edit or delete a message
|
# Delete a message
|
||||||
|
|
||||||
Zulip makes it possible to edit the content of your messages, letting you fix
|
Zulip lets you delete the content of your messages or delete messages completely
|
||||||
typos, clarify your thoughts, etc. You can also delete your messages if this is
|
if these actions are allowed in your organization. Only server administrators
|
||||||
allowed in your organization.
|
can restore deleted messages.
|
||||||
|
|
||||||
Organization administrators can
|
Organization administrators can
|
||||||
[configure](/help/restrict-message-editing-and-deletion) who can edit and delete
|
[configure](/help/restrict-message-editing-and-deletion) who can edit and delete
|
||||||
messages, and set time limits for these actions. Administrators can delete other
|
messages, and set time limits for these actions. Administrators can delete other
|
||||||
users' messages, but can never edit the content.
|
users' messages completely, but cannot edit a message to delete its content.
|
||||||
|
|
||||||
!!! tip ""
|
|
||||||
|
|
||||||
You can also [edit message topics](/help/rename-a-topic).
|
|
||||||
|
|
||||||
## Edit a message
|
|
||||||
|
|
||||||
{start_tabs}
|
|
||||||
|
|
||||||
{tab|desktop-web}
|
|
||||||
|
|
||||||
{!message-actions.md!}
|
|
||||||
|
|
||||||
1. Click the **pencil** (<i class="fa fa-pencil"></i>) icon. If you do not see
|
|
||||||
the **pencil** (<i class="fa fa-pencil"></i>) icon, you do not have
|
|
||||||
permission to edit this message.
|
|
||||||
|
|
||||||
1. Edit the content of the message.
|
|
||||||
|
|
||||||
1. Click **Save**.
|
|
||||||
|
|
||||||
{tab|mobile}
|
|
||||||
|
|
||||||
{!message-long-press-menu.md!}
|
|
||||||
|
|
||||||
1. Tap **Edit message**. If you do not see the **Edit message** option, you do
|
|
||||||
not have permission to edit this message.
|
|
||||||
|
|
||||||
1. Edit the content of the message.
|
|
||||||
|
|
||||||
1. Approve by tapping the **checkmark**
|
|
||||||
(<img src="/static/images/help/mobile-check-circle-icon.svg" alt="checkmark" class="mobile-icon"/>)
|
|
||||||
button in the bottom right corner of the app.
|
|
||||||
|
|
||||||
{end_tabs}
|
|
||||||
|
|
||||||
!!! tip ""
|
|
||||||
|
|
||||||
After you have edited a message, the message is publicly
|
|
||||||
marked as **EDITED**. You can
|
|
||||||
[view a message's edit history](/help/view-a-messages-edit-history)
|
|
||||||
if it is [enabled](/help/disable-message-edit-history) in your organization.
|
|
||||||
|
|
||||||
## Delete message content
|
## Delete message content
|
||||||
|
|
||||||
@@ -127,8 +85,8 @@ the `ARCHIVED_DATA_VACUUMING_DELAY_DAYS` setting.
|
|||||||
|
|
||||||
## Related articles
|
## Related articles
|
||||||
|
|
||||||
* [View the Markdown source of a message](/help/view-the-markdown-source-of-a-message)
|
|
||||||
* [Delete a topic](/help/delete-a-topic)
|
* [Delete a topic](/help/delete-a-topic)
|
||||||
* [Archive a stream](/help/archive-a-stream)
|
* [Archive a stream](/help/archive-a-stream)
|
||||||
* [Message retention policy](/help/message-retention-policy)
|
* [Message retention policy](/help/message-retention-policy)
|
||||||
|
* [Edit a message](/help/edit-a-message)
|
||||||
* [Restrict message editing and deletion](/help/restrict-message-editing-and-deletion)
|
* [Restrict message editing and deletion](/help/restrict-message-editing-and-deletion)
|
||||||
|
|||||||
@@ -85,7 +85,8 @@
|
|||||||
* [Typing notifications](/help/typing-notifications)
|
* [Typing notifications](/help/typing-notifications)
|
||||||
* [Preview messages before sending](/help/preview-your-message-before-sending)
|
* [Preview messages before sending](/help/preview-your-message-before-sending)
|
||||||
* [Verify a message was sent](/help/verify-your-message-was-successfully-sent)
|
* [Verify a message was sent](/help/verify-your-message-was-successfully-sent)
|
||||||
* [Edit or delete a message](/help/edit-or-delete-a-message)
|
* [Edit a message](/help/edit-a-message)
|
||||||
|
* [Delete a message](/help/edit-or-delete-a-message)
|
||||||
* [Draft messages](/help/view-and-edit-your-message-drafts)
|
* [Draft messages](/help/view-and-edit-your-message-drafts)
|
||||||
* [Schedule a message](/help/schedule-a-message)
|
* [Schedule a message](/help/schedule-a-message)
|
||||||
* [Message a stream by email](/help/message-a-stream-by-email)
|
* [Message a stream by email](/help/message-a-stream-by-email)
|
||||||
|
|||||||
Reference in New Issue
Block a user