Back to Zulip

ReplyingToMessages

starlight_help/src/content/include/_ReplyingToMessages.mdx

12.01.3 KB
Original Source

import {TabItem, Tabs} from "@astrojs/starlight/components";

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import EndComposing from "../include/_EndComposing.mdx"; import MobileTapSend from "../include/_MobileTapSend.mdx";

<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> 1. Click the **Message...** button at the bottom of the app. 1. Compose your message. You can [preview your message](/help/preview-your-message-before-sending) before sending.
  <EndComposing />
</FlattenedSteps>

<ZulipTip>
  You can also reply by clicking on a message, or using the <kbd>R</kbd> or
  <kbd>Enter</kbd> keyboard shortcuts to reply to the message in the blue box.
</ZulipTip>
</TabItem> <TabItem label="Mobile"> <FlattenedSteps> 1. Tap the **Message ...** text in the compose box at the bottom of the app.
  <MobileTapSend />
</FlattenedSteps>

<ZulipTip>
  If you're reading messages in a [channel feed](/help/channel-feed),
  or the [combined feed](/help/combined-feed), navigate to the conversation
  view by tapping the message recipient bar of the conversation you want to
  reply to.
</ZulipTip>
</TabItem> </Tabs>