mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
We have not yet removed the help files. We can use this commit as a conversion commit since a lot more help changes will be merged before this PR gets merged. We will need to rebase on top of main, run conversion step in this commit, push those changes and then merge the PR. NOTE: This commit temporarily breaks the astro build since we have renamed the path in the MDX files from starlight_help/ to help/ early. That should be fine since astro build will not break any tests right now. We should squash this commit with the next commit removing help center files when merging into main and remove this NOTE.
36 lines
1.2 KiB
Plaintext
36 lines
1.2 KiB
Plaintext
---
|
|
title: Configure who can unsubscribe anyone from a channel
|
|
---
|
|
|
|
import NavigationSteps from "../../components/NavigationSteps.astro"
|
|
import SaveChanges from "./include/_SaveChanges.mdx"
|
|
import SelectChannelViewGeneralAdvanced from "./include/_SelectChannelViewGeneralAdvanced.mdx"
|
|
import FlattenedSteps from '../../components/FlattenedSteps.astro';
|
|
|
|
Organization administrators and [channel
|
|
administrators](/help/configure-who-can-administer-a-channel) can automatically
|
|
unsubscribe anyone from a channel.
|
|
|
|
<FlattenedSteps>
|
|
<NavigationSteps target="relative/channel/all" />
|
|
|
|
1. Select a channel.
|
|
|
|
<SelectChannelViewGeneralAdvanced />
|
|
|
|
1. Under **Subscription permissions**, configure **Who can unsubscribe anyone
|
|
from this channel**.
|
|
|
|
<SaveChanges />
|
|
</FlattenedSteps>
|
|
|
|
## Related articles
|
|
|
|
* [Channel permissions](/help/channel-permissions)
|
|
* [User roles](/help/user-roles)
|
|
* [User groups](/help/user-groups)
|
|
* [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)
|
|
* [Unsubscribe users from a channel](/help/unsubscribe-users-from-a-channel)
|
|
* [Subscribe users to a channel](/help/subscribe-users-to-a-channel)
|