starlight_help/src/content/docs/channel-notifications.mdx
import {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 ChannelActions from "../include/_ChannelActions.mdx"; import SelectChannelViewPersonal from "../include/_SelectChannelViewPersonal.mdx";
import ResetIcon from "~icons/zulip-icon/reset";
You can configure desktop, mobile, and email notifications on a channel by channel basis.
These settings will override any default channel notification settings. In muted channels, channel notification settings apply only to unmuted topics.
<Tabs> <TabItem label="Via channel settings"> <FlattenedSteps> <ChannelActions /> 1. Click **Channel settings**.
<SelectChannelViewPersonal />
1. Under **Notification settings**, toggle your preferred
notifications settings for the channel.
</FlattenedSteps>
1. In the **Notification triggers** table, find the name of the channel
you want to configure. If the channel is currently set to the default
channel notification settings, you can select it from the **Customize
another channel** dropdown at the bottom of the table.
1. Toggle your preferred notifications settings for the selected
channel.
</FlattenedSteps>
<ZulipTip>
To reset a channel's notifications to the default settings, hover
over its name in the notification triggers table, and click the
**reset to default notifications**
(<ResetIcon />) icon.
</ZulipTip>
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 👍.
These settings only apply to channels where you have not explicitly set a notification preference.
<Tabs> <TabItem label="Desktop/Web"> <FlattenedSteps> <NavigationSteps target="settings/notifications" /> 1. In the **Notification triggers** table,
toggle the settings for **Channels**.
</FlattenedSteps>
Implementation of this feature in the mobile app is tracked [on
GitHub](https://github.com/zulip/zulip-flutter/issues/661). If
you're interested in this feature, please react to the issue's
description with 👍.