From 673f3a1144884373540030a8f5cca3bad3d00b63 Mon Sep 17 00:00:00 2001 From: Chris Date: Wed, 19 Jul 2017 13:54:16 -0700 Subject: PLT-6689: fix user image requests (#6946) * fix user image requests * fix eslint errors and a few more cache busters --- webapp/components/rhs_root_post.jsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'webapp/components/rhs_root_post.jsx') diff --git a/webapp/components/rhs_root_post.jsx b/webapp/components/rhs_root_post.jsx index fa72da167..1a28dc008 100644 --- a/webapp/components/rhs_root_post.jsx +++ b/webapp/components/rhs_root_post.jsx @@ -196,7 +196,6 @@ export default class RhsRootPost extends React.Component { const post = this.props.post; const user = this.props.user; const mattermostLogo = Constants.MATTERMOST_ICON_SVG; - var timestamp = user ? user.last_picture_update : 0; var channel = ChannelStore.get(post.channel_id); const isEphemeral = Utils.isPostEphemeral(post); @@ -303,7 +302,7 @@ export default class RhsRootPost extends React.Component { let profilePic = ( -- cgit v1.2.3-1-g7c22