mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 05:58:25 +00:00
help: Update for subscribe/unsubscribe user to channel terminology.
Instead of referring to users being added or removed from channels, we now use subscribe or unsubscribed from channels. Splits the article for adding and removing users from a channel into separate articles: /help/subscribe-users-to-a-channel and /help/unsubscribe-users-from-a-channel. The URL redirects for the combined add/remove articles (for both channel and stream terminology) go to the subscribe users to a channel article.
This commit is contained in:
committed by
Tim Abbott
parent
dfa17b97f3
commit
2de2b22d55
@@ -285,7 +285,8 @@ export default defineConfig({
|
|||||||
"channel-posting-policy",
|
"channel-posting-policy",
|
||||||
"configure-who-can-create-channels",
|
"configure-who-can-create-channels",
|
||||||
"configure-who-can-invite-to-channels",
|
"configure-who-can-invite-to-channels",
|
||||||
"add-or-remove-users-from-a-channel",
|
"subscribe-users-to-a-channel",
|
||||||
|
"unsubscribe-users-from-a-channel",
|
||||||
"set-default-channels-for-new-users",
|
"set-default-channels-for-new-users",
|
||||||
"rename-a-channel",
|
"rename-a-channel",
|
||||||
"change-the-channel-description",
|
"change-the-channel-description",
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ You can archive channels you no longer plan to use. Archiving a channel:
|
|||||||
- Prevents new messages from being sent to the channel.
|
- Prevents new messages from being sent to the channel.
|
||||||
- Prevents messages in the channel from being edited, deleted, or moved.
|
- Prevents messages in the channel from being edited, deleted, or moved.
|
||||||
|
|
||||||
Archiving a channel does not remove subscribers, or change who can access it.
|
Archiving a channel does not unsubscribe users, or change who can access it.
|
||||||
Messages in archived channels still appear in [search
|
Messages in archived channels still appear in [search
|
||||||
results](/help/search-for-messages), the [combined feed](/help/combined-feed),
|
results](/help/search-for-messages), the [combined feed](/help/combined-feed),
|
||||||
and [recent conversations](/help/recent-conversations).
|
and [recent conversations](/help/recent-conversations).
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ A few more details:
|
|||||||
|
|
||||||
* [Channel permissions](/help/channel-permissions) are the same for bots
|
* [Channel permissions](/help/channel-permissions) are the same for bots
|
||||||
as for other users. Therefore, for private channels with protected
|
as for other users. Therefore, for private channels with protected
|
||||||
history, a bot can only access messages sent after it subscribed
|
history, a bot can only access messages sent after it was subscribed
|
||||||
to the channel.
|
to the channel.
|
||||||
|
|
||||||
* **Generic**: A generic bot is like a normal Zulip user account that
|
* **Generic**: A generic bot is like a normal Zulip user account that
|
||||||
|
|||||||
@@ -39,8 +39,8 @@ can be modified after the channel is created.
|
|||||||
|
|
||||||
[Private channels](#private-channels) (indicated by <i class="zulip-icon
|
[Private channels](#private-channels) (indicated by <i class="zulip-icon
|
||||||
zulip-icon-lock"></i>) are for conversations that should be accessible only to
|
zulip-icon-lock"></i>) are for conversations that should be accessible only to
|
||||||
users who are specifically added to the channel. There are two types of private
|
users who are specifically subscribed to the channel. There are two types of
|
||||||
channels in Zulip:
|
private channels in Zulip:
|
||||||
|
|
||||||
- In private channels with **shared history**, new subscribers can access the
|
- In private channels with **shared history**, new subscribers can access the
|
||||||
channel's full message history. For example, a newly added team member can get
|
channel's full message history. For example, a newly added team member can get
|
||||||
@@ -58,7 +58,8 @@ Organization administrators and [channel
|
|||||||
administrators](/help/configure-who-can-administer-a-channel) can always:
|
administrators](/help/configure-who-can-administer-a-channel) can always:
|
||||||
|
|
||||||
- See and modify the channel's [name](/help/rename-a-channel) and [description](/help/change-the-channel-description).
|
- See and modify the channel's [name](/help/rename-a-channel) and [description](/help/change-the-channel-description).
|
||||||
- See who is subscribed to the channel, and [unsubscribe](/help/add-or-remove-users-from-a-channel#remove-users-from-a-channel) them.
|
- See who is subscribed to the channel, and
|
||||||
|
[unsubscribe](/help/unsubscribe-users-from-a-channel) them.
|
||||||
- See the channel's permissions settings.
|
- See the channel's permissions settings.
|
||||||
- See how much message traffic the channel gets (but not its contents).
|
- See how much message traffic the channel gets (but not its contents).
|
||||||
- [Archive](/help/archive-a-channel) the channel.
|
- [Archive](/help/archive-a-channel) the channel.
|
||||||
@@ -105,7 +106,8 @@ Public channels (indicated by <i class="zulip-icon
|
|||||||
You can configure other permissions for public channels, such as [who is allowed
|
You can configure other permissions for public channels, such as [who is allowed
|
||||||
to post](/help/channel-posting-policy).
|
to post](/help/channel-posting-policy).
|
||||||
|
|
||||||
Guest users can't see public (or private) channels, unless they have been specifically added to the channel.
|
Guest users can't see public (or private) channels, unless they have been specifically
|
||||||
|
subscribed to the channel.
|
||||||
|
|
||||||
## Web-public channels
|
## Web-public channels
|
||||||
|
|
||||||
|
|||||||
@@ -56,8 +56,8 @@ automated notices to help others understand how content was moved.
|
|||||||
## Notices about users
|
## Notices about users
|
||||||
|
|
||||||
You will be notified if someone [subscribes you to a
|
You will be notified if someone [subscribes you to a
|
||||||
channel](/help/add-or-remove-users-from-a-channel#add-users-to-a-channel), or
|
channel](/help/subscribe-users-to-a-channel), or changes your
|
||||||
changes your [group](/help/user-groups) membership.
|
[group](/help/user-groups) membership.
|
||||||
|
|
||||||
### New user announcements
|
### New user announcements
|
||||||
|
|
||||||
|
|||||||
@@ -9,14 +9,15 @@ If you have permission to administer a
|
|||||||
[web-public](/help/channel-permissions#web-public-channels) channel, you can:
|
[web-public](/help/channel-permissions#web-public-channels) channel, you can:
|
||||||
|
|
||||||
- See and modify the channel's [name](/help/rename-a-channel) and [description](/help/change-the-channel-description).
|
- See and modify the channel's [name](/help/rename-a-channel) and [description](/help/change-the-channel-description).
|
||||||
- [Subscribe](/help/add-or-remove-users-from-a-channel#add-users-to-a-channel) and [unsubscribe](/help/add-or-remove-users-from-a-channel#remove-users-from-a-channel) users.
|
- [Subscribe](/help/subscribe-users-to-a-channel) and
|
||||||
|
[unsubscribe](/help/unsubscribe-users-from-a-channel) users.
|
||||||
- Modify the channel's permissions settings, including settings that control who
|
- Modify the channel's permissions settings, including settings that control who
|
||||||
can see messages in the channel (public vs. private, shared history vs.
|
can see messages in the channel (public vs. private, shared history vs.
|
||||||
protected history).
|
protected history).
|
||||||
- [Archive](/help/archive-a-channel) the channel.
|
- [Archive](/help/archive-a-channel) the channel.
|
||||||
|
|
||||||
For [private](/help/channel-permissions#private-channels) channels, you
|
For [private](/help/channel-permissions#private-channels) channels, you
|
||||||
additionally need to be a subscriber in order to add subscribers or change
|
additionally need to be a subscriber in order to subscribe users or change
|
||||||
channel permissions.
|
channel permissions.
|
||||||
|
|
||||||
## Configure who can administer a channel
|
## Configure who can administer a channel
|
||||||
|
|||||||
@@ -47,4 +47,5 @@ need to be a subscriber in order to change this configuration.
|
|||||||
* [User roles](/help/user-roles)
|
* [User roles](/help/user-roles)
|
||||||
* [User groups](/help/user-groups)
|
* [User groups](/help/user-groups)
|
||||||
* [Configure who can unsubscribe other users from a channel](/help/configure-who-can-unsubscribe-others)
|
* [Configure who can unsubscribe other users from a channel](/help/configure-who-can-unsubscribe-others)
|
||||||
* [Add or remove users from a channel](/help/add-or-remove-users-from-a-channel)
|
* [Subscribe users to a channel](/help/subscribe-users-to-a-channel)
|
||||||
|
* [Unsubscribe users from a channel](/help/unsubscribe-users-from-a-channel)
|
||||||
|
|||||||
@@ -29,4 +29,5 @@ Organization administrators can unsubscribe other users from any channel.
|
|||||||
* [User groups](/help/user-groups)
|
* [User groups](/help/user-groups)
|
||||||
* [Configure who can administer a channel](/help/configure-who-can-administer-a-channel)
|
* [Configure who can administer a channel](/help/configure-who-can-administer-a-channel)
|
||||||
* [Restrict who can subscribe other users to channels](/help/configure-who-can-invite-to-channels)
|
* [Restrict who can subscribe other users to channels](/help/configure-who-can-invite-to-channels)
|
||||||
* [Add or remove users from a channel](/help/add-or-remove-users-from-a-channel)
|
* [Unsubscribe users from a channel](/help/unsubscribe-users-from-a-channel)
|
||||||
|
* [Subscribe users to a channel](/help/subscribe-users-to-a-channel)
|
||||||
|
|||||||
@@ -6,8 +6,8 @@ usually with just one or two others.
|
|||||||
|
|
||||||
If you find yourself frequently conversing with the same person or group, it
|
If you find yourself frequently conversing with the same person or group, it
|
||||||
often works better to [create a private channel](/help/create-a-channel) for your
|
often works better to [create a private channel](/help/create-a-channel) for your
|
||||||
conversations. This lets you organize your discussion into topics, and add or
|
conversations. This lets you organize your discussion into topics, and subscribe
|
||||||
remove participants as needed.
|
or unsubscribe people as needed.
|
||||||
|
|
||||||
## Send a DM
|
## Send a DM
|
||||||
|
|
||||||
|
|||||||
@@ -6,12 +6,13 @@ invited to a company's Zulip chat.
|
|||||||
|
|
||||||
Guest users **can**:
|
Guest users **can**:
|
||||||
|
|
||||||
- View and send messages in channels they have been added to, including viewing
|
- View and send messages in channels they have been subscribed to, including
|
||||||
message history in the same way as other channel subscribers.
|
viewing message history in the same way as other channel subscribers.
|
||||||
|
|
||||||
Guest users **cannot**:
|
Guest users **cannot**:
|
||||||
|
|
||||||
- See private or public channels, unless they have been specifically added to the channel.
|
- See private or public channels, unless they have been specifically subscribed
|
||||||
|
to the channel.
|
||||||
- Create new channels or user groups.
|
- Create new channels or user groups.
|
||||||
- Add or manage bots.
|
- Add or manage bots.
|
||||||
- Add custom emoji.
|
- Add custom emoji.
|
||||||
|
|||||||
@@ -5,8 +5,8 @@ join Zulip, so that you can [automatically subscribe
|
|||||||
everyone](/help/set-default-channels-for-new-users) to the right set of
|
everyone](/help/set-default-channels-for-new-users) to the right set of
|
||||||
channels.
|
channels.
|
||||||
|
|
||||||
If you later create additional channels, no worries! You can always add
|
If you later create additional channels, no worries! You can always subscribe
|
||||||
a group of users or all the members of another channel to a new channel.
|
a group of users, or all the subscribers of another channel, to a new channel.
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
Add clear descriptions to your channels, especially public channels.
|
Add clear descriptions to your channels, especially public channels.
|
||||||
|
|||||||
@@ -216,7 +216,8 @@
|
|||||||
* [Restrict channel creation](/help/configure-who-can-create-channels)
|
* [Restrict channel creation](/help/configure-who-can-create-channels)
|
||||||
* [Configure who can subscribe others](/help/configure-who-can-invite-to-channels)
|
* [Configure who can subscribe others](/help/configure-who-can-invite-to-channels)
|
||||||
* [Configure who can unsubscribe others](/help/configure-who-can-unsubscribe-others)
|
* [Configure who can unsubscribe others](/help/configure-who-can-unsubscribe-others)
|
||||||
* [Add or remove users from a channel](/help/add-or-remove-users-from-a-channel)
|
* [Subscribe users to a channel](/help/subscribe-users-to-a-channel)
|
||||||
|
* [Unsubscribe users from a channel](/help/unsubscribe-users-from-a-channel)
|
||||||
* [Set default channels for new users](/help/set-default-channels-for-new-users)
|
* [Set default channels for new users](/help/set-default-channels-for-new-users)
|
||||||
* [Rename a channel](/help/rename-a-channel)
|
* [Rename a channel](/help/rename-a-channel)
|
||||||
* [Change a channel's description](/help/change-the-channel-description)
|
* [Change a channel's description](/help/change-the-channel-description)
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ channel](/help/unsubscribe-from-a-channel).
|
|||||||
{!select-channel-view-subscribers.md!}
|
{!select-channel-view-subscribers.md!}
|
||||||
|
|
||||||
1. Under **Subscribers**, find the user you would like
|
1. Under **Subscribers**, find the user you would like
|
||||||
to remove from the channel.
|
to unsubscribe from the channel.
|
||||||
|
|
||||||
1. In the **Actions** column, click the **Unsubscribe** button in that row.
|
1. In the **Actions** column, click the **Unsubscribe** button in that row.
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ channel](/help/unsubscribe-from-a-channel).
|
|||||||
1. Select the **Channels** tab.
|
1. Select the **Channels** tab.
|
||||||
|
|
||||||
1. Under **Subscribed channels**, find the channel you would like
|
1. Under **Subscribed channels**, find the channel you would like
|
||||||
to remove the user from.
|
to unsubscribe the user from.
|
||||||
|
|
||||||
1. Click the **Unsubscribe** button in that row.
|
1. Click the **Unsubscribe** button in that row.
|
||||||
|
|
||||||
@@ -87,6 +87,7 @@ channel](/help/unsubscribe-from-a-channel).
|
|||||||
|
|
||||||
* [Channel permissions](/help/channel-permissions)
|
* [Channel permissions](/help/channel-permissions)
|
||||||
* [User roles](/help/user-roles)
|
* [User roles](/help/user-roles)
|
||||||
* [Add or remove users from a channel](/help/add-or-remove-users-from-a-channel)
|
* [Subscribe users to a channel](/help/subscribe-users-to-a-channel)
|
||||||
|
* [Unsubscribe users from a channel](/help/unsubscribe-users-from-a-channel)
|
||||||
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
||||||
* [View channel subscribers](/help/view-channel-subscribers)
|
* [View channel subscribers](/help/view-channel-subscribers)
|
||||||
|
|||||||
@@ -73,7 +73,7 @@ organization's policy choices.
|
|||||||
* Investigate behavior by [viewing messages sent by a
|
* Investigate behavior by [viewing messages sent by a
|
||||||
user](/help/view-messages-sent-by-a-user).
|
user](/help/view-messages-sent-by-a-user).
|
||||||
* Delete messages, [archive channels](/help/archive-a-channel), and
|
* Delete messages, [archive channels](/help/archive-a-channel), and
|
||||||
[unsubscribe users from channels](/help/add-or-remove-users-from-a-channel).
|
[unsubscribe users from channels](/help/unsubscribe-users-from-a-channel).
|
||||||
* [Move topics](/help/rename-a-topic), including between channels, when
|
* [Move topics](/help/rename-a-topic), including between channels, when
|
||||||
users start conversations in the wrong place.
|
users start conversations in the wrong place.
|
||||||
* [Change users' names](/help/change-a-users-name) (e.g., to "Name (Spammer)")
|
* [Change users' names](/help/change-a-users-name) (e.g., to "Name (Spammer)")
|
||||||
|
|||||||
@@ -162,7 +162,7 @@ how to assign roles and permissions for a class.
|
|||||||
(Recommended: Admins only)
|
(Recommended: Admins only)
|
||||||
- Set [who can create channels](/help/configure-who-can-create-channels).
|
- Set [who can create channels](/help/configure-who-can-create-channels).
|
||||||
(Recommended: Admins for public channels; Admins, moderators and members for private channels)
|
(Recommended: Admins for public channels; Admins, moderators and members for private channels)
|
||||||
- Set [who can add users to channels](/help/configure-who-can-invite-to-channels).
|
- Set [who can subscribe users to channels](/help/configure-who-can-invite-to-channels).
|
||||||
(Recommended: Admins and moderators)
|
(Recommended: Admins and moderators)
|
||||||
- Set [who can edit the topic of any message](/help/restrict-moving-messages).
|
- Set [who can edit the topic of any message](/help/restrict-moving-messages).
|
||||||
(Recommended: (default) Members for small classes;
|
(Recommended: (default) Members for small classes;
|
||||||
@@ -193,7 +193,7 @@ how to assign roles and permissions for a class.
|
|||||||
- Set [who can create channels](/help/configure-who-can-create-channels).
|
- Set [who can create channels](/help/configure-who-can-create-channels).
|
||||||
(Recommended: Admins and moderators for public channels;
|
(Recommended: Admins and moderators for public channels;
|
||||||
Admins, moderators and members for private channels)
|
Admins, moderators and members for private channels)
|
||||||
- Set [who can add users to channels](/help/configure-who-can-invite-to-channels).
|
- Set [who can subscribe users to channels](/help/configure-who-can-invite-to-channels).
|
||||||
(Recommended: Admins and moderators)
|
(Recommended: Admins and moderators)
|
||||||
- Set [who can edit the topic of any message](/help/restrict-moving-messages).
|
- Set [who can edit the topic of any message](/help/restrict-moving-messages).
|
||||||
(Recommended: Admins and moderators)
|
(Recommended: Admins and moderators)
|
||||||
@@ -271,10 +271,10 @@ A few notes:
|
|||||||
### How to invite users to join
|
### How to invite users to join
|
||||||
|
|
||||||
To simplify subscription management, be sure to set the channels
|
To simplify subscription management, be sure to set the channels
|
||||||
students and staff should be added to when you create the
|
students and staff should be subscribed to when you create the
|
||||||
invitations. You may choose to send invitations to course staff
|
invitations. You may choose to send invitations to course staff
|
||||||
separately, so that they can immediately be added to private channels
|
separately, so that they can immediately be subscribed to private
|
||||||
for your class.
|
channels for your class.
|
||||||
|
|
||||||
{!how-to-invite-users-to-join.md!}
|
{!how-to-invite-users-to-join.md!}
|
||||||
|
|
||||||
@@ -284,7 +284,7 @@ to [Getting started with Zulip][getting-started] and the guide to
|
|||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
If you create new channels later on, you can add users
|
If you create new channels later on, you can subscribe users
|
||||||
[by group][create-user-groups] or copy membership from another
|
[by group][create-user-groups] or copy membership from another
|
||||||
channel (e.g., from Lecture 5 to Lecture 6).
|
channel (e.g., from Lecture 5 to Lecture 6).
|
||||||
|
|
||||||
@@ -332,7 +332,7 @@ for your own classes or for your department), you will likely want to:
|
|||||||
from the prior term (e.g., because you posted homework solutions),
|
from the prior term (e.g., because you posted homework solutions),
|
||||||
[make all the channels from the class private][make-private]. You’ll
|
[make all the channels from the class private][make-private]. You’ll
|
||||||
be able to find and reuse content yourself, and [invite course
|
be able to find and reuse content yourself, and [invite course
|
||||||
staff][add-to-channel] to these private channels as needed.
|
staff][subscribe-to-channel] to these private channels as needed.
|
||||||
- You may choose to [deactivate students’ Zulip
|
- You may choose to [deactivate students’ Zulip
|
||||||
accounts][deactivate-user] when the class is over.
|
accounts][deactivate-user] when the class is over.
|
||||||
- [Unpin channels](/help/pin-a-channel) from the class from your
|
- [Unpin channels](/help/pin-a-channel) from the class from your
|
||||||
@@ -352,6 +352,6 @@ HTML archive](https://github.com/zulip/zulip-archive) to archive the information
|
|||||||
* [Moderating open organizations](/help/moderating-open-organizations)
|
* [Moderating open organizations](/help/moderating-open-organizations)
|
||||||
|
|
||||||
[make-private]: /help/change-the-privacy-of-a-channel
|
[make-private]: /help/change-the-privacy-of-a-channel
|
||||||
[add-to-channel]: /help/add-or-remove-users-from-a-channel
|
[subscribe-to-channel]: /help/subscribe-users-to-a-channel
|
||||||
[deactivate-user]: /help/deactivate-or-reactivate-a-user#deactivate-a-user
|
[deactivate-user]: /help/deactivate-or-reactivate-a-user#deactivate-a-user
|
||||||
[getting-started]: /help/getting-started-with-zulip
|
[getting-started]: /help/getting-started-with-zulip
|
||||||
|
|||||||
@@ -1,16 +1,15 @@
|
|||||||
# Add or remove users from a channel
|
# Subscribe users to a channel
|
||||||
|
|
||||||
Organization [administrators](/help/user-roles) can
|
Organization [administrators](/help/user-roles) can
|
||||||
[configure](/help/configure-who-can-invite-to-channels#configure-who-can-subscribe-other-users-to-any-channel)
|
[configure](/help/configure-who-can-invite-to-channels#configure-who-can-subscribe-other-users-to-any-channel)
|
||||||
who can subscribe other users to any channel. Channel administrators can
|
who can subscribe other users to any channel. Channel administrators can
|
||||||
configure who can
|
configure who can
|
||||||
[subscribe](/help/configure-who-can-invite-to-channels#configure-who-can-subscribe-other-users-to-a-specific-channel)
|
[subscribe](/help/configure-who-can-invite-to-channels#configure-who-can-subscribe-other-users-to-a-specific-channel)
|
||||||
and [unsubscribe](/help/configure-who-can-unsubscribe-others) other users for a
|
other users to a particular channel.
|
||||||
particular channel.
|
|
||||||
|
|
||||||
You will only see the options below if you have the required permissions.
|
You will only see the options below if you have the required permissions.
|
||||||
|
|
||||||
## Add users to a channel
|
## Subscribe users to a channel
|
||||||
|
|
||||||
{start_tabs}
|
{start_tabs}
|
||||||
|
|
||||||
@@ -29,7 +28,7 @@ You will only see the options below if you have the required permissions.
|
|||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
|
|
||||||
To add users in bulk, you can copy members from an
|
To subscribe users in bulk, you can copy members from an
|
||||||
existing channel or [user group](/help/user-groups).
|
existing channel or [user group](/help/user-groups).
|
||||||
|
|
||||||
{tab|mobile}
|
{tab|mobile}
|
||||||
@@ -42,9 +41,9 @@ You will only see the options below if you have the required permissions.
|
|||||||
|
|
||||||
1. Tap **Add subscribers**.
|
1. Tap **Add subscribers**.
|
||||||
|
|
||||||
1. Start typing the name of the person you want to add, and
|
1. Start typing the name of the person you want to subscribe, and
|
||||||
select their name from the list of suggestions. You can continue
|
select their name from the list of suggestions. You can continue
|
||||||
adding as many users as you like.
|
selecting as many users as you'd like to subscribe.
|
||||||
|
|
||||||
1. Approve by tapping the **checkmark**
|
1. Approve by tapping the **checkmark**
|
||||||
(<img src="/static/images/help/mobile-check-circle-icon.svg" alt="checkmark" class="help-center-icon"/>)
|
(<img src="/static/images/help/mobile-check-circle-icon.svg" alt="checkmark" class="help-center-icon"/>)
|
||||||
@@ -54,7 +53,7 @@ You will only see the options below if you have the required permissions.
|
|||||||
|
|
||||||
{!automated-dm-channel-subscription.md!}
|
{!automated-dm-channel-subscription.md!}
|
||||||
|
|
||||||
## Alternate methods to add users to a channel
|
## Alternate methods to subscribe users to a channel
|
||||||
|
|
||||||
### Via channel settings
|
### Via channel settings
|
||||||
|
|
||||||
@@ -81,9 +80,9 @@ You will only see the options below if you have the required permissions.
|
|||||||
|
|
||||||
1. Tap **Add subscribers**.
|
1. Tap **Add subscribers**.
|
||||||
|
|
||||||
1. Start typing the name of the person you want to add, and
|
1. Start typing the name of the person you want to subscribe, and
|
||||||
select their name from the list of suggestions. You can continue
|
select their name from the list of suggestions. You can continue
|
||||||
adding as many users as you like.
|
selecting as many users as you'd like to subscribe.
|
||||||
|
|
||||||
1. Approve by tapping the **checkmark**
|
1. Approve by tapping the **checkmark**
|
||||||
(<img src="/static/images/help/mobile-check-circle-icon.svg" alt="checkmark" class="help-center-icon"/>)
|
(<img src="/static/images/help/mobile-check-circle-icon.svg" alt="checkmark" class="help-center-icon"/>)
|
||||||
@@ -99,8 +98,8 @@ When you [mention a user](/help/mention-a-user-or-group) while composing
|
|||||||
a message in the web or desktop app, an alert banner appears above the
|
a message in the web or desktop app, an alert banner appears above the
|
||||||
compose box if they are not subscribed to the channel.
|
compose box if they are not subscribed to the channel.
|
||||||
|
|
||||||
Click the **Subscribe them** button on the banner to add the user to the
|
Click the **Subscribe them** button on the banner to subscribe the user to
|
||||||
channel. You will not see the button if you don't have permission to
|
the channel. You will not see the button if you don't have permission to
|
||||||
subscribe the user.
|
subscribe the user.
|
||||||
|
|
||||||
!!! tip ""
|
!!! tip ""
|
||||||
@@ -108,50 +107,13 @@ subscribe the user.
|
|||||||
You do not have to send the message you are composing for
|
You do not have to send the message you are composing for
|
||||||
the user to be subscribed this way.
|
the user to be subscribed this way.
|
||||||
|
|
||||||
## Remove users from a channel
|
|
||||||
|
|
||||||
{start_tabs}
|
|
||||||
|
|
||||||
{tab|desktop-web}
|
|
||||||
|
|
||||||
{relative|channel|all}
|
|
||||||
|
|
||||||
1. Select a channel.
|
|
||||||
|
|
||||||
{!select-channel-view-subscribers.md!}
|
|
||||||
|
|
||||||
1. Under **Subscribers**, find the user you would like to remove.
|
|
||||||
|
|
||||||
1. Click the **Unsubscribe** button in that row.
|
|
||||||
|
|
||||||
{!channel-menu-subscribers-tab-tip.md!}
|
|
||||||
|
|
||||||
{tab|via-right-sidebar}
|
|
||||||
|
|
||||||
{!right-sidebar-view-profile.md!}
|
|
||||||
|
|
||||||
1. Select the **Channels** tab.
|
|
||||||
|
|
||||||
1. Under **Subscribed channels**, find the channel you would like
|
|
||||||
to remove the user from.
|
|
||||||
|
|
||||||
1. Click the **Unsubscribe** button in that row.
|
|
||||||
|
|
||||||
!!! tip ""
|
|
||||||
|
|
||||||
This method is useful if you need to remove one user from multiple channels.
|
|
||||||
|
|
||||||
{end_tabs}
|
|
||||||
|
|
||||||
## Related articles
|
## Related articles
|
||||||
|
|
||||||
* [Introduction to channels](/help/introduction-to-channels)
|
* [Introduction to channels](/help/introduction-to-channels)
|
||||||
* [Unsubscribe from a channel][unsubscribe]
|
* [Unsubscribe users from a channel](/help/unsubscribe-users-from-a-channel)
|
||||||
* [Manage a user's channel subscriptions](/help/manage-user-channel-subscriptions)
|
* [Manage a user's channel subscriptions](/help/manage-user-channel-subscriptions)
|
||||||
* [Restrict channel invitations](/help/configure-who-can-invite-to-channels)
|
* [Restrict channel invitations](/help/configure-who-can-invite-to-channels)
|
||||||
* [Set default channels for new users](/help/set-default-channels-for-new-users)
|
* [Set default channels for new users](/help/set-default-channels-for-new-users)
|
||||||
* [User roles](/help/user-roles)
|
* [User roles](/help/user-roles)
|
||||||
* [Mention a user or group](/help/mention-a-user-or-group)
|
* [Mention a user or group](/help/mention-a-user-or-group)
|
||||||
* [View channel subscribers](/help/view-channel-subscribers)
|
* [View channel subscribers](/help/view-channel-subscribers)
|
||||||
|
|
||||||
[unsubscribe]: /help/unsubscribe-from-a-channel
|
|
||||||
53
help/unsubscribe-users-from-a-channel.md
Normal file
53
help/unsubscribe-users-from-a-channel.md
Normal file
@@ -0,0 +1,53 @@
|
|||||||
|
# Unsubscribe users from a channel
|
||||||
|
|
||||||
|
Organization [administrators](/help/user-roles) can
|
||||||
|
unsubscribe other users from any channel. Channel administrators can
|
||||||
|
configure who can
|
||||||
|
[unsubscribe](/help/configure-who-can-unsubscribe-others) other users
|
||||||
|
from a particular channel.
|
||||||
|
|
||||||
|
You will only see the options below if you have the required permissions.
|
||||||
|
|
||||||
|
## Unsubscribe users from a channel
|
||||||
|
|
||||||
|
{start_tabs}
|
||||||
|
|
||||||
|
{tab|desktop-web}
|
||||||
|
|
||||||
|
{relative|channel|all}
|
||||||
|
|
||||||
|
1. Select a channel.
|
||||||
|
|
||||||
|
{!select-channel-view-subscribers.md!}
|
||||||
|
|
||||||
|
1. Under **Subscribers**, find the user you would like to unsubscribe.
|
||||||
|
|
||||||
|
1. Click the **Unsubscribe** button in that row.
|
||||||
|
|
||||||
|
{!channel-menu-subscribers-tab-tip.md!}
|
||||||
|
|
||||||
|
{tab|via-right-sidebar}
|
||||||
|
|
||||||
|
{!right-sidebar-view-profile.md!}
|
||||||
|
|
||||||
|
1. Select the **Channels** tab.
|
||||||
|
|
||||||
|
1. Under **Subscribed channels**, find the channel you would like
|
||||||
|
to unsubscribe the user from.
|
||||||
|
|
||||||
|
1. Click the **Unsubscribe** button in that row.
|
||||||
|
|
||||||
|
!!! tip ""
|
||||||
|
|
||||||
|
This method is useful if you need to unsubscribe one user from multiple channels.
|
||||||
|
|
||||||
|
{end_tabs}
|
||||||
|
|
||||||
|
## Related articles
|
||||||
|
|
||||||
|
* [Introduction to channels](/help/introduction-to-channels)
|
||||||
|
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
||||||
|
* [Subscribe users to a channel](/help/subscribe-users-to-a-channel)
|
||||||
|
* [Manage a user's channel subscriptions](/help/manage-user-channel-subscriptions)
|
||||||
|
* [User roles](/help/user-roles)
|
||||||
|
* [View channel subscribers](/help/view-channel-subscribers)
|
||||||
@@ -25,9 +25,9 @@ You can also manage permissions with [custom user groups](/help/user-groups).
|
|||||||
organizations](/help/moderating-open-organizations). New members automatically
|
organizations](/help/moderating-open-organizations). New members automatically
|
||||||
become full members after a configurable waiting period.
|
become full members after a configurable waiting period.
|
||||||
|
|
||||||
* **Guest**: Can view and send messages in channels they have been added to.
|
* **Guest**: Can view and send messages in channels they have been subscribed to.
|
||||||
Guests cannot see other channels, unless they have been specifically added to
|
Guests cannot see other channels, unless they have been specifically subscribed
|
||||||
the channel. See [guest users documentation](/help/guest-users) for additional
|
to the channel. See [guest users documentation](/help/guest-users) for additional
|
||||||
details and configuration options.
|
details and configuration options.
|
||||||
|
|
||||||
* **Billing administrator**: The user who upgrades the organization to
|
* **Billing administrator**: The user who upgrades the organization to
|
||||||
|
|||||||
@@ -40,5 +40,6 @@ unsubscribe other users to channels.
|
|||||||
* [Introduction to channels](/help/introduction-to-channels)
|
* [Introduction to channels](/help/introduction-to-channels)
|
||||||
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
* [Unsubscribe from a channel](/help/unsubscribe-from-a-channel)
|
||||||
* [Manage a user's channel subscriptions](/help/manage-user-channel-subscriptions)
|
* [Manage a user's channel subscriptions](/help/manage-user-channel-subscriptions)
|
||||||
* [Add or remove users from a channel](/help/add-or-remove-users-from-a-channel)
|
* [Subscribe users to a channel](/help/subscribe-users-to-a-channel)
|
||||||
|
* [Unsubscribe users from a channel](/help/unsubscribe-users-from-a-channel)
|
||||||
* [Set default channels for new users](/help/set-default-channels-for-new-users)
|
* [Set default channels for new users](/help/set-default-channels-for-new-users)
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ Mirror an IRC channel in Zulip!
|
|||||||
1. {!create-a-generic-bot.md!}
|
1. {!create-a-generic-bot.md!}
|
||||||
Download the bot's `zuliprc` configuration file to your computer.
|
Download the bot's `zuliprc` configuration file to your computer.
|
||||||
|
|
||||||
1. [Subscribe the bot](/help/add-or-remove-users-from-a-channel) to the Zulip
|
1. [Subscribe the bot](/help/subscribe-users-to-a-channel) to the Zulip
|
||||||
stream that will contain the mirror.
|
stream that will contain the mirror.
|
||||||
|
|
||||||
1. Inside the virtualenv you created above, run:
|
1. Inside the virtualenv you created above, run:
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ you're looking to mirror an IRC channel in particular, we recommend our
|
|||||||
1. {!create-a-generic-bot.md!}
|
1. {!create-a-generic-bot.md!}
|
||||||
Download the bot's `zuliprc` configuration file to your computer.
|
Download the bot's `zuliprc` configuration file to your computer.
|
||||||
|
|
||||||
1. [Subscribe the bot](/help/add-or-remove-users-from-a-channel) to the Zulip
|
1. [Subscribe the bot](/help/subscribe-users-to-a-channel) to the Zulip
|
||||||
stream that will contain the mirror.
|
stream that will contain the mirror.
|
||||||
|
|
||||||
1. Inside the virtualenv you created above, run
|
1. Inside the virtualenv you created above, run
|
||||||
|
|||||||
@@ -88,9 +88,7 @@ HELP_DOCUMENTATION_REDIRECTS: list[URLRedirect] = [
|
|||||||
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"),
|
URLRedirect("/help/view-stream-subscribers", "/help/view-channel-subscribers"),
|
||||||
URLRedirect(
|
URLRedirect("/help/add-or-remove-users-from-a-stream", "/help/subscribe-users-to-a-channel"),
|
||||||
"/help/add-or-remove-users-from-a-stream", "/help/add-or-remove-users-from-a-channel"
|
|
||||||
),
|
|
||||||
URLRedirect("/help/pin-a-stream", "/help/pin-a-channel"),
|
URLRedirect("/help/pin-a-stream", "/help/pin-a-channel"),
|
||||||
URLRedirect("/help/change-the-color-of-a-stream", "/help/change-the-color-of-a-channel"),
|
URLRedirect("/help/change-the-color-of-a-stream", "/help/change-the-color-of-a-channel"),
|
||||||
URLRedirect("/help/move-content-to-another-stream", "/help/move-content-to-another-channel"),
|
URLRedirect("/help/move-content-to-another-stream", "/help/move-content-to-another-channel"),
|
||||||
@@ -127,6 +125,7 @@ HELP_DOCUMENTATION_REDIRECTS: list[URLRedirect] = [
|
|||||||
URLRedirect("/help/quote-and-reply", "/help/quote-or-forward-a-message"),
|
URLRedirect("/help/quote-and-reply", "/help/quote-or-forward-a-message"),
|
||||||
URLRedirect("/help/change-a-users-role", "/help/user-roles"),
|
URLRedirect("/help/change-a-users-role", "/help/user-roles"),
|
||||||
URLRedirect("/help/roles-and-permissions", "/help/user-roles"),
|
URLRedirect("/help/roles-and-permissions", "/help/user-roles"),
|
||||||
|
URLRedirect("/help/add-or-remove-users-from-a-channel", "/help/subscribe-users-to-a-channel"),
|
||||||
]
|
]
|
||||||
|
|
||||||
LANDING_PAGE_REDIRECTS = [
|
LANDING_PAGE_REDIRECTS = [
|
||||||
|
|||||||
Reference in New Issue
Block a user