From 91dde7cbeb10adeb2d53fd194fccd18127a2bb16 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 29 Sep 2025 12:21:10 +0200 Subject: [PATCH] help: Update mobile instructions for browse and subscribe to channels. Update the mobile instructions for the new all channels view that allows users to browse and subscribe to channels on the mobile app. --- .../content/docs/introduction-to-channels.mdx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/starlight_help/src/content/docs/introduction-to-channels.mdx b/starlight_help/src/content/docs/introduction-to-channels.mdx index 275e5780bb..56447f1655 100644 --- a/starlight_help/src/content/docs/introduction-to-channels.mdx +++ b/starlight_help/src/content/docs/introduction-to-channels.mdx @@ -8,6 +8,7 @@ import FlattenedSteps from "../../components/FlattenedSteps.astro"; import NavigationSteps from "../../components/NavigationSteps.astro"; import ZulipTip from "../../components/ZulipTip.astro"; import ChannelsIntro from "../include/_ChannelsIntro.mdx"; +import MobileChannels from "../include/_MobileChannels.mdx"; import BarChartIcon from "~icons/fa/bar-chart"; import SortAlphaAscIcon from "~icons/fa/sort-alpha-asc"; @@ -45,15 +46,14 @@ subscribe to [private](/help/channel-permissions#private-channels) channels. - Access this feature by following the web app instructions in your mobile - device browser. You can also follow a link to an unsubscribed channel in - a Zulip message, press and hold the channel name until the long-press menu - appears, and tap **Subscribe**. + + - Implementation of a list of channels to subscribe to in the mobile app is - tracked [on GitHub](https://github.com/zulip/zulip-flutter/issues/188). - If you're interested in this feature, please react to the issue's - description with 👍. + 1. Scroll to the bottom of the list of subscribed channels. + 1. Tap **All Channels**. + 1. Scroll through the list of channels. + 1. Use the toggle to the right of the channel name to subscribe to it. +