From 75f7426e218a186c19f9dd38604f4cb90d834427 Mon Sep 17 00:00:00 2001 From: Lauryn Menard Date: Mon, 14 Mar 2022 16:15:10 +0100 Subject: [PATCH] help_docs: Document unsubscribe user from stream via profile. Extends the documentation on unsubscribing users from streams to include an alternate method via the user's full profile, which is useful for cases where admins may need to unsubscribe a single user from multiple streams. Fixes #21379. --- .../help/add-or-remove-users-from-a-stream.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/templates/zerver/help/add-or-remove-users-from-a-stream.md b/templates/zerver/help/add-or-remove-users-from-a-stream.md index e078f0d61e..6845d0d32c 100644 --- a/templates/zerver/help/add-or-remove-users-from-a-stream.md +++ b/templates/zerver/help/add-or-remove-users-from-a-stream.md @@ -46,3 +46,25 @@ including streams the admin is not subscribed to. {end_tabs} [configure-invites]: /help/configure-who-can-invite-to-streams + +### From a user's profile (alternate method) + +This method is useful if you need to remove one user from multiple streams. + +{start_tabs} + +1. Hover over a user's name in the right sidebar. + +1. Click on the ellipsis () to + the right of their name. + +1. Click **View full profile**. + +1. Select the **Streams** tab. + +1. Under **Subscribed streams**, find the stream you would like + to remove the user from. + +1. Click the **Unsubscribe** button in that row. + +{end_tabs}