mirror of https://github.com/zulip/zulip.git
help: Rename and redirect view-stream-subscribers for channel.
This commit is contained in:
parent
049ce10b6f
commit
a4c63c5ad0
|
@ -155,6 +155,6 @@ subscribe the user.
|
||||||
* [Set default streams for new users](/help/set-default-streams-for-new-users)
|
* [Set default streams for new users](/help/set-default-streams-for-new-users)
|
||||||
* [Roles and permissions](/help/roles-and-permissions)
|
* [Roles and permissions](/help/roles-and-permissions)
|
||||||
* [Mention a user or group](/help/mention-a-user-or-group)
|
* [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
|
[unsubscribe]: /help/unsubscribe-from-a-channel
|
||||||
|
|
|
@ -129,7 +129,7 @@
|
||||||
* [Browse and subscribe to channels](/help/browse-and-subscribe-to-channels)
|
* [Browse and subscribe to channels](/help/browse-and-subscribe-to-channels)
|
||||||
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
||||||
* [Create a channel](/help/create-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)
|
* [Add or remove users from a stream](/help/add-or-remove-users-from-a-stream)
|
||||||
* [Pin a stream](/help/pin-a-stream)
|
* [Pin a stream](/help/pin-a-stream)
|
||||||
* [Change the color of a stream](/help/change-the-color-of-a-stream)
|
* [Change the color of a stream](/help/change-the-color-of-a-stream)
|
||||||
|
|
|
@ -91,6 +91,6 @@ channel](/help/unsubscribe-from-a-channel).
|
||||||
* [Roles and permissions](/help/roles-and-permissions)
|
* [Roles and permissions](/help/roles-and-permissions)
|
||||||
* [Add or remove users from a stream](/help/add-or-remove-users-from-a-stream)
|
* [Add or remove users from a stream](/help/add-or-remove-users-from-a-stream)
|
||||||
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
* [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
|
[configure-invites]: /help/configure-who-can-invite-to-streams
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
# View stream subscribers
|
# View channel subscribers
|
||||||
|
|
||||||
Who is subscribed to a stream determines who receives the messages sent there.
|
Who is subscribed to a channel determines who receives the messages sent there.
|
||||||
All non-[guest](/help/guest-users) users can view public streams and subscribe
|
All non-[guest](/help/guest-users) users can view public channels and subscribe
|
||||||
themselves. Organization administrators can
|
themselves. Organization administrators can
|
||||||
[configure](/help/configure-who-can-invite-to-streams) who can subscribe and
|
[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}
|
{start_tabs}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ unsubscribe other users to streams.
|
||||||
|
|
||||||
{relative|stream|all}
|
{relative|stream|all}
|
||||||
|
|
||||||
1. Select a stream.
|
1. Select a channel.
|
||||||
|
|
||||||
{!select-channel-view-subscribers.md!}
|
{!select-channel-view-subscribers.md!}
|
||||||
|
|
||||||
|
@ -22,15 +22,15 @@ unsubscribe other users to streams.
|
||||||
|
|
||||||
{tab|via-right-sidebar}
|
{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
|
1. View subscribers in the **In this channel** section in the right sidebar. If
|
||||||
the section is collapsed, click **In this stream** to reveal it.
|
the section is collapsed, click **In this channel** to reveal it.
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
To see the full list of subscribers for a stream that has more than 600
|
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 stream** section,
|
people subscribed, scroll to the bottom of the **In this channel** section,
|
||||||
and click **View all subscribers**.
|
and click **View all subscribers**.
|
||||||
|
|
||||||
{end_tabs}
|
{end_tabs}
|
|
@ -90,6 +90,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
||||||
URLRedirect("/help/message-a-stream-by-email", "/help/message-a-channel-by-email"),
|
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/browse-and-subscribe-to-streams", "/help/browse-and-subscribe-to-channels"),
|
||||||
URLRedirect("/help/unsubscribe-from-a-stream", "/help/unsubscribe-from-a-channel"),
|
URLRedirect("/help/unsubscribe-from-a-stream", "/help/unsubscribe-from-a-channel"),
|
||||||
|
URLRedirect("/help/view-stream-subscribers", "/help/view-channel-subscribers"),
|
||||||
]
|
]
|
||||||
|
|
||||||
LANDING_PAGE_REDIRECTS = [
|
LANDING_PAGE_REDIRECTS = [
|
||||||
|
|
Loading…
Reference in New Issue