summaryrefslogtreecommitdiffstats
path: root/webapp/components/user_settings/user_settings_theme.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/components/user_settings/user_settings_theme.jsx
parent3ebc259f63faddfd1d704037f5e84090fca82a7d (diff)
downloadchat-7b6e8d788b3edc444e84579558092974b163eb1e.tar.gz
chat-7b6e8d788b3edc444e84579558092974b163eb1e.tar.bz2
chat-7b6e8d788b3edc444e84579558092974b163eb1e.zip
Added new segment analytics (#3511)
Diffstat (limited to 'webapp/components/user_settings/user_settings_theme.jsx')
-rw-r--r--webapp/components/user_settings/user_settings_theme.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/components/user_settings/user_settings_theme.jsx b/webapp/components/user_settings/user_settings_theme.jsx
index 811f4d8e4..94516ec8c 100644
--- a/webapp/components/user_settings/user_settings_theme.jsx
+++ b/webapp/components/user_settings/user_settings_theme.jsx
@@ -111,7 +111,7 @@ export default class ThemeSetting extends React.Component {
var user = UserStore.getCurrentUser();
user.theme_props = this.state.theme;
- Client.updateUser(user,
+ Client.updateUser(user, Constants.UserUpdateEvents.THEME,
(data) => {
AppDispatcher.handleServerAction({
type: ActionTypes.RECEIVED_ME,