From a4c63c5ad0d676e61c54cffd6d645db2a4b8ef9f Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Wed, 1 May 2024 18:57:37 +0200 Subject: [PATCH] help: Rename and redirect view-stream-subscribers for channel. --- help/add-or-remove-users-from-a-stream.md | 2 +- help/include/sidebar_index.md | 2 +- help/manage-user-stream-subscriptions.md | 2 +- ...cribers.md => view-channel-subscribers.md} | 22 +++++++++---------- zerver/lib/url_redirects.py | 1 + 5 files changed, 15 insertions(+), 14 deletions(-) rename help/{view-stream-subscribers.md => view-channel-subscribers.md} (55%) diff --git a/help/add-or-remove-users-from-a-stream.md b/help/add-or-remove-users-from-a-stream.md index 5655ee6bd8..60c206e8b5 100644 --- a/help/add-or-remove-users-from-a-stream.md +++ b/help/add-or-remove-users-from-a-stream.md @@ -155,6 +155,6 @@ subscribe the user. * [Set default streams for new users](/help/set-default-streams-for-new-users) * [Roles and permissions](/help/roles-and-permissions) * [Mention a user or group](/help/mention-a-user-or-group) -* [View stream subscribers](/help/view-stream-subscribers) +* [View channel subscribers](/help/view-channel-subscribers) [unsubscribe]: /help/unsubscribe-from-a-channel diff --git a/help/include/sidebar_index.md b/help/include/sidebar_index.md index 8ed910b79d..6d44d8d78a 100644 --- a/help/include/sidebar_index.md +++ b/help/include/sidebar_index.md @@ -129,7 +129,7 @@ * [Browse and subscribe to channels](/help/browse-and-subscribe-to-channels) * [Unsubscribe from a channel](/help/unsubscribe-from-a-channel) * [Create a channel](/help/create-a-channel) -* [View stream subscribers](/help/view-stream-subscribers) +* [View channel subscribers](/help/view-channel-subscribers) * [Add or remove users from a stream](/help/add-or-remove-users-from-a-stream) * [Pin a stream](/help/pin-a-stream) * [Change the color of a stream](/help/change-the-color-of-a-stream) diff --git a/help/manage-user-stream-subscriptions.md b/help/manage-user-stream-subscriptions.md index 6f96531c03..7b7f66a74a 100644 --- a/help/manage-user-stream-subscriptions.md +++ b/help/manage-user-stream-subscriptions.md @@ -91,6 +91,6 @@ channel](/help/unsubscribe-from-a-channel). * [Roles and permissions](/help/roles-and-permissions) * [Add or remove users from a stream](/help/add-or-remove-users-from-a-stream) * [Unsubscribe from a channel](/help/unsubscribe-from-a-channel) -* [View stream subscribers](/help/view-stream-subscribers) +* [View channel subscribers](/help/view-channel-subscribers) [configure-invites]: /help/configure-who-can-invite-to-streams diff --git a/help/view-stream-subscribers.md b/help/view-channel-subscribers.md similarity index 55% rename from help/view-stream-subscribers.md rename to help/view-channel-subscribers.md index 5639a30f6e..cb1dc00cbc 100644 --- a/help/view-stream-subscribers.md +++ b/help/view-channel-subscribers.md @@ -1,12 +1,12 @@ -# View stream subscribers +# View channel subscribers -Who is subscribed to a stream determines who receives the messages sent there. -All non-[guest](/help/guest-users) users can view public streams and subscribe +Who is subscribed to a channel determines who receives the messages sent there. +All non-[guest](/help/guest-users) users can view public channels and subscribe themselves. Organization administrators can [configure](/help/configure-who-can-invite-to-streams) who can subscribe and -unsubscribe other users to streams. +unsubscribe other users to channels. -## View stream subscribers +## View channel subscribers {start_tabs} @@ -14,7 +14,7 @@ unsubscribe other users to streams. {relative|stream|all} -1. Select a stream. +1. Select a channel. {!select-channel-view-subscribers.md!} @@ -22,15 +22,15 @@ unsubscribe other users to streams. {tab|via-right-sidebar} -1. Click on a stream in the left sidebar. +1. Click on a channel in the left sidebar. -1. View subscribers in the **In this stream** section in the right sidebar. If - the section is collapsed, click **In this stream** to reveal it. +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. !!! tip "" - To see the full list of subscribers for a stream that has more than 600 - people subscribed, scroll to the bottom of the **In this stream** section, + 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**. {end_tabs} diff --git a/zerver/lib/url_redirects.py b/zerver/lib/url_redirects.py index bd8c1a6dc3..dad8221c4b 100644 --- a/zerver/lib/url_redirects.py +++ b/zerver/lib/url_redirects.py @@ -90,6 +90,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [ URLRedirect("/help/message-a-stream-by-email", "/help/message-a-channel-by-email"), URLRedirect("/help/browse-and-subscribe-to-streams", "/help/browse-and-subscribe-to-channels"), URLRedirect("/help/unsubscribe-from-a-stream", "/help/unsubscribe-from-a-channel"), + URLRedirect("/help/view-stream-subscribers", "/help/view-channel-subscribers"), ] LANDING_PAGE_REDIRECTS = [