mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
settings: Add user setting to ignore channel folders in left sidebar.
Fixes #35573.
This commit is contained in:
committed by
Tim Abbott
parent
624988d498
commit
7a9b78f1f5
@@ -13879,6 +13879,14 @@ paths:
|
||||
be hidden in all Zulip clients.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 350).
|
||||
web_left_sidebar_show_channel_folders:
|
||||
type: boolean
|
||||
description: |
|
||||
Determines whether the web/desktop application's left sidebar displays
|
||||
any channel folders configured by the organization.
|
||||
|
||||
**Changes**: New in Zulip 11.0 (feature level 411).
|
||||
example: true
|
||||
web_left_sidebar_unreads_count_summary:
|
||||
description: |
|
||||
Determines whether the web/desktop application's left sidebar displays
|
||||
@@ -14213,6 +14221,8 @@ paths:
|
||||
contentType: application/json
|
||||
hide_ai_features:
|
||||
contentType: application/json
|
||||
web_left_sidebar_show_channel_folders:
|
||||
contentType: application/json
|
||||
web_left_sidebar_unreads_count_summary:
|
||||
contentType: application/json
|
||||
enable_stream_desktop_notifications:
|
||||
@@ -17380,6 +17390,13 @@ paths:
|
||||
be hidden in all Zulip clients.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 350).
|
||||
web_left_sidebar_show_channel_folders:
|
||||
type: boolean
|
||||
description: |
|
||||
Determines whether the web/desktop application's left sidebar displays
|
||||
any channel folders configured by the organization.
|
||||
|
||||
**Changes**: New in Zulip 11.0 (feature level 411).
|
||||
web_left_sidebar_unreads_count_summary:
|
||||
type: boolean
|
||||
description: |
|
||||
@@ -20274,6 +20291,13 @@ paths:
|
||||
be hidden in all Zulip clients.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 350).
|
||||
web_left_sidebar_show_channel_folders:
|
||||
type: boolean
|
||||
description: |
|
||||
Determines whether the web/desktop application's left sidebar displays
|
||||
any channel folders configured by the organization.
|
||||
|
||||
**Changes**: New in Zulip 11.0 (feature level 411).
|
||||
web_left_sidebar_unreads_count_summary:
|
||||
type: boolean
|
||||
description: |
|
||||
@@ -21547,6 +21571,14 @@ paths:
|
||||
be hidden in all Zulip clients.
|
||||
|
||||
**Changes**: New in Zulip 10.0 (feature level 350).
|
||||
web_left_sidebar_show_channel_folders:
|
||||
type: boolean
|
||||
description: |
|
||||
Determines whether the web/desktop application's left sidebar displays
|
||||
any channel folders configured by the organization.
|
||||
|
||||
**Changes**: New in Zulip 11.0 (feature level 411).
|
||||
example: true
|
||||
web_left_sidebar_unreads_count_summary:
|
||||
description: |
|
||||
Determines whether the web/desktop application's left sidebar displays
|
||||
@@ -21968,6 +22000,8 @@ paths:
|
||||
contentType: application/json
|
||||
hide_ai_features:
|
||||
contentType: application/json
|
||||
web_left_sidebar_show_channel_folders:
|
||||
contentType: application/json
|
||||
web_left_sidebar_unreads_count_summary:
|
||||
contentType: application/json
|
||||
enable_stream_desktop_notifications:
|
||||
|
||||
Reference in New Issue
Block a user