user_settings: Add new web_stream_unreads_count_display_policy field.

This is a backend change that will help us support the new "Show unread counts for"
user display setting.
This commit is contained in:
Lalit
2023-04-25 15:59:15 +05:30
committed by Tim Abbott
parent 574a87b87d
commit 2b566c778b
10 changed files with 121 additions and 1 deletions

View File

@@ -33,7 +33,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
# Changes should be accompanied by documentation explaining what the
# new level means in api_docs/changelog.md, as well as "**Changes**"
# entries in the endpoint's documentation in `zulip.yaml`.
API_FEATURE_LEVEL = 209
API_FEATURE_LEVEL = 210
# Bump the minor PROVISION_VERSION to indicate that folks should provision
# only when going from an old version of the code to a newer version. Bump