From 1429c3cf10d1a8b0f7aeca35ca0e01971f2de71a Mon Sep 17 00:00:00 2001 From: David Rosa Date: Wed, 15 Feb 2023 21:29:11 -0700 Subject: [PATCH] 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. --- help/add-or-remove-users-from-a-stream.md | 23 +++++++++++++++++++++++ help/create-a-stream.md | 6 ++++++ help/stream-permissions.md | 21 +++++++++++++-------- 3 files changed, 42 insertions(+), 8 deletions(-) diff --git a/help/add-or-remove-users-from-a-stream.md b/help/add-or-remove-users-from-a-stream.md index 383d88e588..c59fc126a4 100644 --- a/help/add-or-remove-users-from-a-stream.md +++ b/help/add-or-remove-users-from-a-stream.md @@ -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) diff --git a/help/create-a-stream.md b/help/create-a-stream.md index 30ea70aee9..f851e3911d 100644 --- a/help/create-a-stream.md +++ b/help/create-a-stream.md @@ -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. diff --git a/help/stream-permissions.md b/help/stream-permissions.md index 83b0d335df..25b21094a2 100644 --- a/help/stream-permissions.md +++ b/help/stream-permissions.md @@ -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 | ✔ | | | Always If subscribed to the stream -[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. + +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. + ### Private streams @@ -92,6 +93,7 @@ subscribed. | Join | | | | | Unsubscribe | ◾ | ◾ | ◾ | ◾ | Add others | ◾ | ◾ | ◾ | +| Remove others | ✔ | ✶ | ✶ | ✶ | See subscriber list | ✔ | ◾ | ◾ | ◾ | See full history | ✶ | ✶ | ✶ | ✶ | See estimated traffic | ✔ | ◾ | ◾ | ◾ @@ -99,15 +101,18 @@ subscribed. | Change the privacy | ◾ | | | | Rename | ✔ | | | | Edit the description | ✔ | | | -| Remove others | ✔ | | | | Delete | ✔ | | | Always If subscribed to the stream -[Configurable](/help/stream-sending-policy), but at minimum -must be subscribed to the stream. + +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. + ## Related articles