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:
Tim Abbott
2019-09-03 14:27:45 -07:00
parent 67efed0b64
commit 1fe4f795af
16 changed files with 345 additions and 53 deletions

View File

@@ -1096,6 +1096,7 @@ run_test('settings_tab', () => {
realm_digest_emails_enabled: true,
realm_name_in_notifications: true,
realm_push_notifications_enabled: true,
wildcard_mentions_notify: true,
};
const page_params = $.extend(page_param_checkbox_options, {
full_name: "Alyssa P. Hacker", password_auth_enabled: true,
@@ -1112,6 +1113,7 @@ run_test('settings_tab', () => {
"enable_online_push_notifications",
"enable_digest_emails",
"realm_name_in_notifications",
"wildcard_mentions_notify",
];
// Render with all booleans set to true.