From f7a4c75a214fb239989618e9583d78f98256e66c Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Tue, 4 Apr 2017 19:21:31 -0400 Subject: PLT-5702 Added special error page for private browsing error message (#5985) --- webapp/utils/constants.jsx | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'webapp/utils/constants.jsx') diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx index 8428f7121..3678b0b07 100644 --- a/webapp/utils/constants.jsx +++ b/webapp/utils/constants.jsx @@ -281,6 +281,10 @@ export const StatTypes = keyMirror({ MONTHLY_ACTIVE_USERS: null }); +export const ErrorPageTypes = { + LOCAL_STORAGE: 'local_storage' +}; + export const Constants = { Preferences, SocketEvents, @@ -290,6 +294,8 @@ export const Constants = { UserSearchOptions, TutorialSteps, PostTypes, + ErrorPageTypes, + IGNORE_POST_TYPES: [PostTypes.JOIN_LEAVE, PostTypes.JOIN_CHANNEL, PostTypes.LEAVE_CHANNEL, PostTypes.REMOVE_FROM_CHANNEL, PostTypes.ADD_TO_CHANNEL, PostTypes.ADD_REMOVE], PayloadSources: keyMirror({ -- cgit v1.2.3-1-g7c22