summaryrefslogtreecommitdiffstats
path: root/webapp/utils/constants.jsx
diff options
context:
space:
mode:
authorDavid Lu <david.lu@hotmail.com>2016-07-06 17:16:53 -0400
committerCorey Hulen <corey@hulen.com>2016-07-06 13:16:53 -0800
commit7b6e8d788b3edc444e84579558092974b163eb1e (patch)
tree85a58c946d8e23cc7f75bf8d8fb3072ed9d528be /webapp/utils/constants.jsx
parent3ebc259f63faddfd1d704037f5e84090fca82a7d (diff)
downloadchat-7b6e8d788b3edc444e84579558092974b163eb1e.tar.gz
chat-7b6e8d788b3edc444e84579558092974b163eb1e.tar.bz2
chat-7b6e8d788b3edc444e84579558092974b163eb1e.zip
Added new segment analytics (#3511)
Diffstat (limited to 'webapp/utils/constants.jsx')
-rw-r--r--webapp/utils/constants.jsx9
1 files changed, 9 insertions, 0 deletions
diff --git a/webapp/utils/constants.jsx b/webapp/utils/constants.jsx
index 0191edcf0..efae8a050 100644
--- a/webapp/utils/constants.jsx
+++ b/webapp/utils/constants.jsx
@@ -167,6 +167,15 @@ export default {
EPHEMERAL_MESSAGE: 'ephemeral_message'
},
+ UserUpdateEvents: {
+ USERNAME: 'username',
+ FULLNAME: 'fullname',
+ NICKNAME: 'nickname',
+ EMAIL: 'email',
+ THEME: 'theme',
+ LANGUAGE: 'language'
+ },
+
ScrollTypes: {
FREE: 1,
BOTTOM: 2,