summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-03-03 15:15:56 -0500
committerChristopher Speller <crspeller@gmail.com>2016-03-03 15:15:56 -0500
commita413c8ffa684b72840f116380c04a61f1d9cf524 (patch)
tree287e855db2906058928f1916cbd3fa84857fdcc3 /web/react/utils/constants.jsx
parentbc2768fd254e82b6ca39a916436ab4747898578e (diff)
parent449f1000e999c409f754724cb998f0b9f90cdd59 (diff)
downloadchat-a413c8ffa684b72840f116380c04a61f1d9cf524.tar.gz
chat-a413c8ffa684b72840f116380c04a61f1d9cf524.tar.bz2
chat-a413c8ffa684b72840f116380c04a61f1d9cf524.zip
Merge pull request #2318 from hmhealey/plt1090
PLT-1090 Refactored modals that display users
Diffstat (limited to 'web/react/utils/constants.jsx')
-rw-r--r--web/react/utils/constants.jsx2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/react/utils/constants.jsx b/web/react/utils/constants.jsx
index 88f01a475..daea9f43e 100644
--- a/web/react/utils/constants.jsx
+++ b/web/react/utils/constants.jsx
@@ -437,6 +437,8 @@ export default {
Preferences: {
CATEGORY_DIRECT_CHANNEL_SHOW: 'direct_channel_show',
CATEGORY_DISPLAY_SETTINGS: 'display_settings',
+ DISPLAY_PREFER_NICKNAME: 'nickname_full_name',
+ DISPLAY_PREFER_FULL_NAME: 'full_name',
CATEGORY_ADVANCED_SETTINGS: 'advanced_settings',
TUTORIAL_STEP: 'tutorial_step'
},