mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
settings: Add notification settings checkboxes for wildcard mentions.
This change makes it possible for users to control the notification settings for wildcard mentions as a separate control from PMs and direct @-mentions.
This commit is contained in:
@@ -3,6 +3,7 @@ const stream_notification_settings = [
|
||||
"enable_stream_audible_notifications",
|
||||
"enable_stream_push_notifications",
|
||||
"enable_stream_email_notifications",
|
||||
"wildcard_mentions_notify"
|
||||
];
|
||||
|
||||
const pm_mention_notification_settings = [
|
||||
|
||||
Reference in New Issue
Block a user