summaryrefslogtreecommitdiffstats
path: root/web/react/utils/constants.jsx
diff options
context:
space:
mode:
authorhmhealey <harrisonmhealey@gmail.com>2016-03-01 16:28:47 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-03-03 08:46:56 -0500
commit26ea30cb162684990cacdfd17aeb6bfcc5e10e03 (patch)
tree1b5939b91813526bf7e71a13973fe18e54db2af1 /web/react/utils/constants.jsx
parent998d621155bcbcab4ae12f8f51c2d8d39d2d45c1 (diff)
downloadchat-26ea30cb162684990cacdfd17aeb6bfcc5e10e03.tar.gz
chat-26ea30cb162684990cacdfd17aeb6bfcc5e10e03.tar.bz2
chat-26ea30cb162684990cacdfd17aeb6bfcc5e10e03.zip
Changed information displayed in user list to obey display name settings
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'
},