mirror of https://github.com/zulip/zulip.git
help: Document "Who can unsubscribe others from this stream?" setting.
- Updates "Remove others" row in "Stream permissions" tables. - Adds a section to "Add or remove users from a stream" describing how to configure the new setting. - Documents the new setting in "Create a stream". - Documents "Message retention period" setting in "Create a stream". Fixes #24340.
This commit is contained in:
parent
2b50428ac5
commit
1429c3cf10
|
@ -90,6 +90,29 @@ This method is useful if you need to remove one user from multiple streams.
|
|||
|
||||
{end_tabs}
|
||||
|
||||
## Configure who can remove users
|
||||
|
||||
{!admin-only.md!}
|
||||
|
||||
Organization administrators can configure who can remove other users from a
|
||||
public stream. For private streams, administrators must be subscribed to the
|
||||
stream to configure this setting.
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{relative|stream|all}
|
||||
|
||||
1. Select a stream.
|
||||
|
||||
{!select-stream-view-general.md!}
|
||||
|
||||
1. Under **Stream permissions**, configure
|
||||
**Who can unsubscribe others from this stream?**
|
||||
|
||||
{!save-changes.md!}
|
||||
|
||||
{end_tabs}
|
||||
|
||||
## Related articles
|
||||
|
||||
* [Browse and subscribe to streams](/help/browse-and-subscribe-to-streams)
|
||||
|
|
|
@ -44,6 +44,12 @@ There are several parameters you can set while creating a stream. All but
|
|||
|
||||
* **Who can post to the stream?**: See [Stream permissions](/help/stream-permissions).
|
||||
|
||||
* **Who can unsubscribe others from this stream?**: See
|
||||
[Add or remove users from a stream](/help/add-or-remove-users-from-a-stream#configure-who-can-remove-users).
|
||||
|
||||
* **Message retention period**: See
|
||||
[Message retention policy](/help/message-retention-policy#configure-message-retention-policy-for-individual-streams).
|
||||
|
||||
* **Choose subscribers**: You can copy the membership from an existing stream or
|
||||
[user group](/help/user-groups), add all users, or enter users one by one.
|
||||
|
||||
|
|
|
@ -64,6 +64,7 @@ administrator can access private stream messages:
|
|||
| Join | ✔ | ✔ | ✔ |
|
||||
| Unsubscribe | ◾ | ◾ | ◾ | ◾
|
||||
| Add others | ✔ | ✔ | ✔ |
|
||||
| Remove others | ✔ | ✶ | ✶ | ✶
|
||||
| See subscriber list | ✔ | ✔ | ✔ | ◾
|
||||
| See full history | ✔ | ✔ | ✔ | ◾
|
||||
| See estimated traffic | ✔ | ✔ | ✔ | ◾
|
||||
|
@ -71,17 +72,17 @@ administrator can access private stream messages:
|
|||
| Change the privacy | ✔ | | |
|
||||
| Rename | ✔ | | |
|
||||
| Edit the description | ✔ | | |
|
||||
| Remove others | ✔ | | |
|
||||
| Delete | ✔ | | |
|
||||
|
||||
<span class="legend_symbol">✔</span><span class="legend_label">Always</span>
|
||||
|
||||
<span class="legend_symbol">◾</span><span class="legend_label">If subscribed to the stream</span>
|
||||
|
||||
<span class="legend_symbol">✶</span><span class="legend_label">[Configurable](/help/stream-sending-policy). Owners,
|
||||
administrators, and members can, by default, post to any public
|
||||
stream, and guests can only post to public streams if they are
|
||||
subscribed.</span>
|
||||
<span class="legend_symbol">✶</span><span class="legend_label">
|
||||
Configurable. See [Stream posting policy](/help/stream-sending-policy) and
|
||||
[Configure who can remove users](/help/add-or-remove-users-from-a-stream#configure-who-can-remove-users)
|
||||
for details.
|
||||
</span>
|
||||
|
||||
### Private streams
|
||||
|
||||
|
@ -92,6 +93,7 @@ subscribed.</span>
|
|||
| Join | | | |
|
||||
| Unsubscribe | ◾ | ◾ | ◾ | ◾
|
||||
| Add others | ◾ | ◾ | ◾ |
|
||||
| Remove others | ✔ | ✶ | ✶ | ✶
|
||||
| See subscriber list | ✔ | ◾ | ◾ | ◾
|
||||
| See full history | ✶ | ✶ | ✶ | ✶
|
||||
| See estimated traffic | ✔ | ◾ | ◾ | ◾
|
||||
|
@ -99,15 +101,18 @@ subscribed.</span>
|
|||
| Change the privacy | ◾ | | |
|
||||
| Rename | ✔ | | |
|
||||
| Edit the description | ✔ | | |
|
||||
| Remove others | ✔ | | |
|
||||
| Delete | ✔ | | |
|
||||
|
||||
<span class="legend_symbol">✔</span><span class="legend_label">Always</span>
|
||||
|
||||
<span class="legend_symbol">◾</span><span class="legend_label">If subscribed to the stream</span>
|
||||
|
||||
<span class="legend_symbol">✶</span><span class="legend_label">[Configurable](/help/stream-sending-policy), but at minimum
|
||||
must be subscribed to the stream.</span>
|
||||
<span class="legend_symbol">✶</span><span class="legend_label">
|
||||
Configurable, but at minimum must be subscribed to the stream.
|
||||
See [Stream posting policy](/help/stream-sending-policy) and
|
||||
[Configure who can remove users](/help/add-or-remove-users-from-a-stream#configure-who-can-remove-users)
|
||||
for details.
|
||||
</span>
|
||||
|
||||
## Related articles
|
||||
|
||||
|
|
Loading…
Reference in New Issue