mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Implement PLT-6443 - Show status indicator in Direct Messages More... menu (#6341)
This commit is contained in:
committed by
Joram Wilander
parent
a3f58b4663
commit
530814b8c9
@@ -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'
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user