summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 05068f4ea..8a31f6bfa 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -52,7 +52,9 @@ export const Preferences = {
COLLAPSE_DISPLAY_DEFAULT: 'false',
USE_MILITARY_TIME: 'use_military_time',
CATEGORY_THEME: 'theme',
- CATEGORY_FLAGGED_POST: 'flagged_post'
+ CATEGORY_FLAGGED_POST: 'flagged_post',
+ CATEGORY_NOTIFICATIONS: 'notifications',
+ EMAIL_INTERVAL: 'email_interval'
};
export const ActionTypes = keyMirror({