Added new segment analytics (#3511)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
3ebc259f63
Коммит
7b6e8d788b
@@ -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,
|
||||
|
||||
Ссылка в новой задаче
Block a user