Back to Zulip

LeftSidebarConversations

starlight_help/src/content/include/_LeftSidebarConversations.mdx

12.0751 B
Original Source

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

import ZulipTip from "../../components/ZulipTip.astro";

In the web app, the left sidebar provides quick access to your direct messages, and the channels you are subscribed to.

<Tabs> <TabItem label="Desktop/Web"> <Steps> 1. Click on **direct messages** or the name of a channel in the left sidebar. You will see a list of the most recent unread conversations that you have not [muted](/help/mute-a-topic). 1. Click on the conversation you are interested in. </Steps>
<ZulipTip>
  To see all conversations, click on **more conversations** (in direct messages) or **show all topics**
  (in a channel).
</ZulipTip>
</TabItem> </Tabs>