mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
user_settings: Automate 'Include realm name in message email subject'.
Currently, there is a checkbox setting for whether to "Include realm name in subject of message notification emails". This commit replaces the checkbox setting with a dropdown having values: Automatic [default], Always, Never. The Automatic option includes the realm name if, and only if, there are multiple Zulip realms associated with the user's email. Tests are added and(or) modified. Fixes: #19905.
This commit is contained in:
committed by
Tim Abbott
parent
ab8222c4ae
commit
ae72777c77
@@ -20,6 +20,13 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
## Changes in Zulip 7.0
|
||||
|
||||
**Feature level 168**
|
||||
|
||||
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
|
||||
[`POST /register`](/api/register-queue),
|
||||
[`PATCH /settings`](/api/update-settings): Replaced the `realm_name_in_notifications`
|
||||
boolean field with an integer field `realm_name_in_email_notifications_policy`.
|
||||
|
||||
**Feature level 167**
|
||||
|
||||
* [All REST API endpoints](/api/rest-error-handling#ignored-parameters):
|
||||
|
||||
Reference in New Issue
Block a user