From 180adc79af3d14de6ce62f6e687a6735db3fe82f Mon Sep 17 00:00:00 2001 From: David Lu Date: Mon, 18 Jul 2016 09:31:06 -0400 Subject: updated RHS upon profile picture save (#3604) --- webapp/components/rhs_thread.jsx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'webapp/components/rhs_thread.jsx') diff --git a/webapp/components/rhs_thread.jsx b/webapp/components/rhs_thread.jsx index 9e2ecd159..5da4b2e9b 100644 --- a/webapp/components/rhs_thread.jsx +++ b/webapp/components/rhs_thread.jsx @@ -118,6 +118,10 @@ export default class RhsThread extends React.Component { return true; } + if (!Utils.areObjectsEqual(nextProps.currentUser, this.props.currentUser)) { + return true; + } + return false; } forceUpdateInfo() { @@ -216,7 +220,7 @@ export default class RhsThread extends React.Component { let profile; if (UserStore.getCurrentId() === selected.user_id) { - profile = UserStore.getCurrentUser(); + profile = this.props.currentUser; } else { profile = profiles[selected.user_id]; } -- cgit v1.2.3-1-g7c22