Back to Zulip

View channel subscribers

starlight_help/src/content/docs/view-channel-subscribers.mdx

12.02.0 KB
Original Source

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

import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import ChannelSettingsNavbarTip from "../include/_ChannelSettingsNavbarTip.mdx"; import SelectChannelViewSubscribers from "../include/_SelectChannelViewSubscribers.mdx";

Who is subscribed to a channel determines who receives the messages sent there. All non-guest users can view public channels and subscribe themselves. Organization administrators can configure who can subscribe and unsubscribe other users to channels.

View channel subscribers

<Tabs> <TabItem label="Via channel settings"> <FlattenedSteps> <NavigationSteps target="relative/channel/all" />
  1. Select a channel.

  <SelectChannelViewSubscribers />
</FlattenedSteps>

<ChannelSettingsNavbarTip />
</TabItem> <TabItem label="Via left sidebar"> <Steps> 1. Click on a channel in the left sidebar. 1. View subscribers in the **In this channel** section in the right sidebar. If the section is collapsed, click **In this channel** to reveal it. </Steps>
<ZulipTip>
  To see the full list of subscribers for a channel that has more than 600
  people subscribed, scroll to the bottom of the **In this channel** section,
  and click **View all subscribers**.
</ZulipTip>
</TabItem> </Tabs>