mirror of https://github.com/zulip/zulip.git
help: Rename and redirect manage-inactive-streams for channel.
This commit is contained in:
parent
93dd1e9b25
commit
d97571e1df
|
@ -139,7 +139,7 @@
|
|||
* [Move content to another topic](/help/move-content-to-another-topic)
|
||||
* [Move content to another channel](/help/move-content-to-another-channel)
|
||||
* [Delete a topic](/help/delete-a-topic)
|
||||
* [Manage inactive streams](/help/manage-inactive-streams)
|
||||
* [Manage inactive channels](/help/manage-inactive-channels)
|
||||
|
||||
## Notifications
|
||||
* [Stream notifications](/help/stream-notifications)
|
||||
|
|
|
@ -0,0 +1,25 @@
|
|||
# Manage inactive channels
|
||||
|
||||
In normal Zulip usage, channels fall in and out of use. By default, Zulip
|
||||
automatically moves channels that haven't been used in a while to the
|
||||
**Inactive** section at the bottom of your channels list in the left sidebar.
|
||||
This helps prevent low-traffic channels from cluttering the left sidebar.
|
||||
|
||||
You can configure Zulip to move (demote) inactive channels more or less
|
||||
aggressively. This is an advanced setting; you can safely ignore it if this
|
||||
is your first time using Zulip.
|
||||
|
||||
### Manage inactive channels
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{settings_tab|preferences}
|
||||
|
||||
2. Under **Advanced**, configure **Demote inactive channels**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
The default is **Automatic**, which demotes inactive channels once you're
|
||||
subscribed to a minimum total number of channels. **Always** and **Never**
|
||||
either demote or don't demote inactive channels regardless of how many
|
||||
channels you have.
|
|
@ -1,25 +0,0 @@
|
|||
# Manage inactive streams
|
||||
|
||||
In normal Zulip usage, streams fall in and out of use. By default, Zulip
|
||||
automatically moves streams that haven't been used in a while to the
|
||||
**Inactive** section at the bottom of your streams list in the left sidebar.
|
||||
This helps prevent low-traffic streams from cluttering the left sidebar.
|
||||
|
||||
You can configure Zulip to move (demote) inactive streams more or less
|
||||
aggressively. This is an advanced setting; you can safely ignore it if this
|
||||
is your first time using Zulip.
|
||||
|
||||
### Manage inactive streams
|
||||
|
||||
{start_tabs}
|
||||
|
||||
{settings_tab|preferences}
|
||||
|
||||
2. Under **Advanced**, configure **Demote inactive streams**.
|
||||
|
||||
{end_tabs}
|
||||
|
||||
The default is **Automatic**, which demotes inactive streams once you're
|
||||
subscribed to a minimum total number of streams. **Always** and **Never**
|
||||
either demote or don't demote inactive streams regardless of how many
|
||||
streams you have.
|
|
@ -141,7 +141,7 @@
|
|||
|
||||
<div class="input-group">
|
||||
<label for="demote_inactive_streams" class="settings-field-label">{{t "Demote inactive channels" }}
|
||||
{{> ../help_link_widget link="/help/manage-inactive-streams" }}
|
||||
{{> ../help_link_widget link="/help/manage-inactive-channels" }}
|
||||
</label>
|
||||
<select name="demote_inactive_streams" class="setting_demote_inactive_streams prop-element settings_select bootstrap-focus-style" id="{{prefix}}demote_inactive_streams" data-setting-widget-type="number">
|
||||
{{> dropdown_options_widget option_values=demote_inactive_streams_values}}
|
||||
|
|
|
@ -97,6 +97,7 @@ HELP_DOCUMENTATION_REDIRECTS: List[URLRedirect] = [
|
|||
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/move-content-to-another-stream", "/help/move-content-to-another-channel"),
|
||||
URLRedirect("/help/manage-inactive-streams", "/help/manage-inactive-channels"),
|
||||
]
|
||||
|
||||
LANDING_PAGE_REDIRECTS = [
|
||||
|
|
|
@ -10735,7 +10735,7 @@ paths:
|
|||
example: "google"
|
||||
demote_inactive_streams:
|
||||
description: |
|
||||
Whether to [demote inactive streams](/help/manage-inactive-streams) in the left sidebar.
|
||||
Whether to [demote inactive streams](/help/manage-inactive-channels) in the left sidebar.
|
||||
|
||||
- 1 - Automatic
|
||||
- 2 - Always
|
||||
|
@ -13560,7 +13560,7 @@ paths:
|
|||
demote_inactive_streams:
|
||||
type: integer
|
||||
description: |
|
||||
Whether to [demote inactive streams](/help/manage-inactive-streams) in the left sidebar.
|
||||
Whether to [demote inactive streams](/help/manage-inactive-channels) in the left sidebar.
|
||||
|
||||
- 1 - Automatic
|
||||
- 2 - Always
|
||||
|
@ -15883,7 +15883,7 @@ paths:
|
|||
demote_inactive_streams:
|
||||
type: integer
|
||||
description: |
|
||||
Whether to [demote inactive streams](/help/manage-inactive-streams) in the left sidebar.
|
||||
Whether to [demote inactive streams](/help/manage-inactive-channels) in the left sidebar.
|
||||
|
||||
- 1 - Automatic
|
||||
- 2 - Always
|
||||
|
@ -17035,7 +17035,7 @@ paths:
|
|||
example: "google"
|
||||
demote_inactive_streams:
|
||||
description: |
|
||||
Whether to [demote inactive streams](/help/manage-inactive-streams) in the left sidebar.
|
||||
Whether to [demote inactive streams](/help/manage-inactive-channels) in the left sidebar.
|
||||
|
||||
- 1 - Automatic
|
||||
- 2 - Always
|
||||
|
|
Loading…
Reference in New Issue