mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
settings: Add require_e2ee_push_notifications realm setting.
This commit adds a realm setting: "Require end-to-end encryption for push notification content". This commit just involves backend & UI changes to add the setting, the impact of this setting is in the next commit. Fixes part of #35370.
This commit is contained in:
committed by
Tim Abbott
parent
d46b1a0ac9
commit
fc6cd9a966
@@ -34,7 +34,7 @@ DESKTOP_WARNING_VERSION = "5.9.3"
|
||||
# new level means in api_docs/changelog.md, as well as "**Changes**"
|
||||
# entries in the endpoint's documentation in `zulip.yaml`.
|
||||
|
||||
API_FEATURE_LEVEL = 408
|
||||
API_FEATURE_LEVEL = 409
|
||||
|
||||
# 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
|
||||
|
||||
Reference in New Issue
Block a user