summaryrefslogtreecommitdiffstats
path: root/webapp/components/more_direct_channels
diff options
context:
space:
mode:
authorCarlos Tadeu Panato Junior <ctadeu@gmail.com>2017-05-09 14:52:19 +0200
committerJoram Wilander <jwawilander@gmail.com>2017-05-09 07:52:19 -0500
commit530814b8c9b1b47dd6eb05e70548c61d75da9a23 (patch)
treea4f7210f5124ec35cf6b631340bb712c7b0820b7 /webapp/components/more_direct_channels
parenta3f58b4663b398ecee9a1d9312733d9e6d9f8e9d (diff)
downloadchat-530814b8c9b1b47dd6eb05e70548c61d75da9a23.tar.gz
chat-530814b8c9b1b47dd6eb05e70548c61d75da9a23.tar.bz2
chat-530814b8c9b1b47dd6eb05e70548c61d75da9a23.zip
Implement PLT-6443 - Show status indicator in Direct Messages More... menu (#6341)
Diffstat (limited to 'webapp/components/more_direct_channels')
-rw-r--r--webapp/components/more_direct_channels/more_direct_channels.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/webapp/components/more_direct_channels/more_direct_channels.jsx b/webapp/components/more_direct_channels/more_direct_channels.jsx
index 768e802a3..16a45aa9a 100644
--- a/webapp/components/more_direct_channels/more_direct_channels.jsx
+++ b/webapp/components/more_direct_channels/more_direct_channels.jsx
@@ -226,6 +226,7 @@ export default class MoreDirectChannels extends React.Component {
>
<ProfilePicture
src={`${Client.getUsersRoute()}/${option.id}/image?time=${option.last_picture_update}`}
+ status={`${UserStore.getStatus(option.id)}`}
width='32'
height='32'
/>