Back to Zulip

Unsubscribe from a channel

starlight_help/src/content/docs/unsubscribe-from-a-channel.mdx

12.02.8 KB
Original Source

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

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import KeyboardTip from "../../components/KeyboardTip.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import ChannelActions from "../include/_ChannelActions.mdx"; import ChannelLongPressMenu from "../include/_ChannelLongPressMenu.mdx"; import MobileChannels from "../include/_MobileChannels.mdx";

import SubscriberCheckIcon from "~icons/zulip-icon/subscriber-check";

You can always unsubscribe from any channel in Zulip. Unsubscribing from a channel removes conversations in that channel from your inbox, recent conversations, and left sidebar. New messages will not appear in your combined feed, and you will not receive @-mention notifications in channels you're not subscribed to. The app doesn't track your unread messages in unsubscribed channels.

<ZulipTip> Unsubscribe from channels where you don't plan to read the conversations. You can still follow [a link to a specific conversation](/help/link-to-a-message-or-conversation#link-to-a-topic-within-zulip) in any channel you have content access to.

Alternatively, you can mute channels to avoid receiving notifications for messages you are not interested in. </ZulipTip>

<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <ChannelActions />
  1. Click **Unsubscribe**.
</FlattenedSteps>
</TabItem> <TabItem label="Mobile"> <FlattenedSteps> <MobileChannels />
  <ChannelLongPressMenu />

  1. Tap **Unsubscribe**.
</FlattenedSteps>
</TabItem> </Tabs>

Alternate methods to unsubscribe from a channel

Via subscribed channels

<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <NavigationSteps target="relative/gear/channel-settings" />
  1. Click the **unsubscribe from channel**
     (<SubscriberCheckIcon class="zulip-unplugin-icon subscriber-check-icon" />)
     icon to the left of a channel to unsubscribe from it.
</FlattenedSteps>
</TabItem> </Tabs>

Via channel settings

<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <ChannelActions />
  1. Click **Channel settings**.
  1. Click **Unsubscribe** near the top right corner of the channel settings panel.
</FlattenedSteps>

<KeyboardTip>
  You can also use <kbd>Shift</kbd> + <kbd>S</kbd> to unsubscribe from the
  selected channel.
</KeyboardTip>
</TabItem> </Tabs>