notification settings: Add UI for stream email notifications.

Previous commits have fully implemented the logic for stream email
notifications; this final commit adds support for configuring it to
the UI.

Fixes #6511.
This commit is contained in:
Sarah
2017-11-20 20:58:26 -08:00
committed by Tim Abbott
parent de947445ca
commit de2ec8a05c
8 changed files with 39 additions and 0 deletions

View File

@@ -6,6 +6,7 @@ var stream_notification_settings = [
{setting: "enable_stream_desktop_notifications", notifications:"desktop_notifications"},
{setting: "enable_stream_push_notifications", notifications:"push_notifications"},
{setting: "enable_stream_sounds", notifications:"audible_notifications"},
{setting: "enable_stream_email_notifications", notifications:"email_notifications"},
];
var pm_mention_notification_settings = [