summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/constants.jsx5
1 files changed, 4 insertions, 1 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 94fad3f35..fb256c60e 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -55,7 +55,10 @@ export const Preferences = {
CATEGORY_FLAGGED_POST: 'flagged_post',
CATEGORY_NOTIFICATIONS: 'notifications',
CATEGORY_FAVORITE_CHANNEL: 'favorite_channel',
- EMAIL_INTERVAL: 'email_interval'
+ EMAIL_INTERVAL: 'email_interval',
+ INTERVAL_IMMEDIATE: 30, // "immediate" is a 30 second interval
+ INTERVAL_FIFTEEN_MINUTES: 15 * 60,
+ INTERVAL_HOUR: 60 * 60
};
export const ActionTypes = keyMirror({