mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
settings: Add web_left_sidebar_unreads_count_summary setting.
Co-authored-by: Akarsh Jain <akarsh.jain.790@gmail.com> Fixes part of #28759.
This commit is contained in:
@@ -183,6 +183,8 @@ class UserBaseSettings(models.Model):
|
||||
default=WEB_STREAM_UNREADS_COUNT_DISPLAY_POLICY_UNMUTED_STREAMS
|
||||
)
|
||||
|
||||
web_left_sidebar_unreads_count_summary = models.BooleanField(default=True, db_default=True)
|
||||
|
||||
# Setting to control whether to automatically go to the
|
||||
# conversation where message was sent.
|
||||
web_navigate_to_sent_message = models.BooleanField(default=True)
|
||||
@@ -379,6 +381,7 @@ class UserBaseSettings(models.Model):
|
||||
web_suggest_update_timezone=bool,
|
||||
hide_ai_features=bool,
|
||||
resolved_topic_notice_auto_read_policy=ResolvedTopicNoticeAutoReadPolicyEnum,
|
||||
web_left_sidebar_unreads_count_summary=bool,
|
||||
)
|
||||
|
||||
modern_notification_settings = dict(
|
||||
|
||||
Reference in New Issue
Block a user