mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
settings: Add wildcard mention notifications for the followed topics.
This commit makes it possible for users to control the wildcard mention notifications for messages sent to followed topics via a global notification setting. There is no support for configuring this setting through the UI yet.
This commit is contained in:
committed by
Tim Abbott
parent
d73c715dc2
commit
e71d3ada87
@@ -24,9 +24,9 @@ format used by the Zulip server that they are interacting with.
|
||||
|
||||
* [`PATCH /realm/user_settings_defaults`](/api/update-realm-user-settings-defaults),
|
||||
[`POST /register`](/api/register-queue), [`PATCH /settings`](/api/update-settings):
|
||||
Added `enable_followed_topic_email_notifications` and `enable_followed_topic_push_notifications`
|
||||
boolean fields to control email and push notifications, respectively, for messages
|
||||
sent to followed topics.
|
||||
Added `enable_followed_topic_email_notifications`, `enable_followed_topic_push_notifications`
|
||||
and `enable_followed_topic_wildcard_mentions_notify` boolean fields to control email, push
|
||||
and wildcard mention notifications, respectively, for messages sent to followed topics.
|
||||
|
||||
**Feature level 188**
|
||||
|
||||
|
||||
Reference in New Issue
Block a user