summaryrefslogtreecommitdiffstats
path: root/webapp/utils
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2017-01-06 12:13:22 -0500
committerJoram Wilander <jwawilander@gmail.com>2017-01-06 12:13:22 -0500
commite82bcea0d06b2173ed286f394ee33a393469eeaf (patch)
tree2280b8b8d030675e916d1e9fc5b89fa24aee1b50 /webapp/utils
parent1aa235b10d298926f2d683b2d1a5c82f6a9591e9 (diff)
downloadchat-e82bcea0d06b2173ed286f394ee33a393469eeaf.tar.gz
chat-e82bcea0d06b2173ed286f394ee33a393469eeaf.tar.bz2
chat-e82bcea0d06b2173ed286f394ee33a393469eeaf.zip
PLT-5118 moving to last_picture_update for the profile img (#4985)
Diffstat (limited to 'webapp/utils')
-rw-r--r--webapp/utils/channel_intro_messages.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/webapp/utils/channel_intro_messages.jsx b/webapp/utils/channel_intro_messages.jsx
index 0c011734a..991bf54e8 100644
--- a/webapp/utils/channel_intro_messages.jsx
+++ b/webapp/utils/channel_intro_messages.jsx
@@ -48,7 +48,7 @@ export function createDMIntroMessage(channel, centeredIntro) {
<div className={'channel-intro ' + centeredIntro}>
<div className='post-profile-img__container channel-intro-img'>
<ProfilePicture
- src={Client.getUsersRoute() + '/' + teammate.id + '/image?time=' + teammate.update_at}
+ src={Client.getUsersRoute() + '/' + teammate.id + '/image?time=' + teammate.last_picture_update}
width='50'
height='50'
user={teammate}