Back to Zulip

Pin a channel

starlight_help/src/content/docs/pin-a-channel.mdx

12.02.6 KB
Original Source

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

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ChannelActions from "../include/_ChannelActions.mdx"; import ChannelSettingsNavbarTip from "../include/_ChannelSettingsNavbarTip.mdx"; import SelectChannelViewPersonal from "../include/_SelectChannelViewPersonal.mdx";

You can pin channels that you want to pay close attention to. Pinned channels appear in a dedicated pinned channels section above channel folders in the left sidebar and the Inbox view.

Pin a channel

<Tabs> <TabItem label="Via left sidebar"> <FlattenedSteps> <ChannelActions />
  1. Click **Pin channel to top**.
</FlattenedSteps>
</TabItem> <TabItem label="Via channel settings"> <FlattenedSteps> <NavigationSteps target="relative/gear/channel-settings" />
  1. Select a channel.

  <SelectChannelViewPersonal />

  1. Under **Personal settings**, toggle **Pin channel to top of left sidebar**.
</FlattenedSteps>

<ChannelSettingsNavbarTip />
</TabItem> <TabItem label="Mobile"> Access this feature by following the web app instructions in your mobile device browser.
Implementation of this feature in the mobile app is tracked [on
GitHub](https://github.com/zulip/zulip-flutter/issues/1223). If
you're interested in this feature, please react to the issue's
description with 👍.
</TabItem> </Tabs>

Unpin a channel

<Tabs> <TabItem label="Via left sidebar"> <FlattenedSteps> <ChannelActions />
  1. Click **Unpin channel from top**.
</FlattenedSteps>
</TabItem> <TabItem label="Via channel settings"> <FlattenedSteps> <NavigationSteps target="relative/gear/channel-settings" />
  1. Select a channel.

  <SelectChannelViewPersonal />

  1. Under **Personal settings**, toggle **Pin channel to top of left sidebar**.
</FlattenedSteps>
</TabItem> <TabItem label="Mobile"> Access this feature by following the web app instructions in your mobile device browser.
Implementation of this feature in the mobile app is tracked [on
GitHub](https://github.com/zulip/zulip-flutter/issues/1223). If
you're interested in this feature, please react to the issue's
description with 👍.
</TabItem> </Tabs>