mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
Deletes the mobile tab of the "Forward message" section as that is not a named feature in the mobile app. Adds a tip about setting a different topic if the user is in the channel view of the mobile app. Part of #34748.
94 lines
2.3 KiB
Markdown
94 lines
2.3 KiB
Markdown
# Quote or forward a message
|
|
|
|
Conversations in Zulip are [organized by topic](/help/introduction-to-topics),
|
|
so it's generally clear what you're responding to when you send a message.
|
|
However, when responding to an older message, you may want to
|
|
[quote](#quote-a-message) all or part of it for reference.
|
|
|
|
You can also [forward](#forward-a-message) a message to another conversation.
|
|
|
|
The first line of a quoted or forwarded message contains a [permanent
|
|
link][link-to-message] to the original message. Zulip automatically turns
|
|
mentions in the quoted text into [silent
|
|
mentions](/help/mention-a-user-or-group#silently-mention-a-user) to avoid
|
|
unnecessarily mentioning someone twice.
|
|
|
|
!!! tip ""
|
|
|
|
You can use [quote blocks](/help/format-a-quote)
|
|
when quoting emails or other non-Zulip content.
|
|
|
|
## Quote a message
|
|
|
|
{start_tabs}
|
|
|
|
{tab|desktop-web}
|
|
|
|
1. *(optional)* To quote only part of a message, select the part that you want
|
|
to quote.
|
|
|
|
{!message-actions-menu.md!}
|
|
|
|
1. Click **Quote message**.
|
|
|
|
1. Send your message.
|
|
|
|
!!! keyboard_tip ""
|
|
|
|
You can also use <kbd>></kbd> to quote to the
|
|
selected message.
|
|
|
|
{tab|mobile}
|
|
|
|
{!message-long-press-menu.md!}
|
|
|
|
1. Tap **Quote message**.
|
|
|
|
1. *(optional)* Delete any parts of the quoted message that are not
|
|
relevant to your reply.
|
|
|
|
1. Send your message.
|
|
|
|
!!! tip ""
|
|
|
|
If you are in a channel view, you can set a different destination
|
|
topic by tapping the compose box and selecting an existing topic
|
|
or typing a new topic name.
|
|
|
|
{end_tabs}
|
|
|
|
## Forward a message
|
|
|
|
{start_tabs}
|
|
|
|
{tab|desktop-web}
|
|
|
|
1. *(optional)* To forward only part of a message, select the part that you want
|
|
to forward.
|
|
|
|
{!message-actions-menu.md!}
|
|
|
|
1. Click **Forward message**.
|
|
|
|
1. Select the desired destination channel or **Direct message** from the dropdown
|
|
in the top left of the compose box.
|
|
|
|
1. Enter a topic name, or recipient names for a direct message.
|
|
|
|
1. Send your message.
|
|
|
|
!!! keyboard_tip ""
|
|
|
|
You can also use <kbd><</kbd> to forward the selected message.
|
|
|
|
{end_tabs}
|
|
|
|
## Related articles
|
|
|
|
* [Replying to messages](/help/replying-to-messages)
|
|
* [Format a quote](/help/format-a-quote)
|
|
* [Link to a message or conversation][link-to-message]
|
|
* [Mention a user or group](/help/mention-a-user-or-group)
|
|
|
|
[link-to-message]: /help/link-to-a-message-or-conversation
|