UX: chat thread last replied user avatar (#26123)
My Threads on mobile should show the last replied user avatar rather than original poster avatar.
This commit is contained in:
parent
b6819fd8c1
commit
3aa1846fc0
|
@ -52,7 +52,7 @@ export default class ChatChannelIcon extends Component {
|
|||
<div class="chat-channel-icon">
|
||||
<div class="chat-channel-icon --avatar">
|
||||
<ChatUserAvatar
|
||||
@user={{@thread.originalMessage.user}}
|
||||
@user={{@thread.preview.lastReplyUser}}
|
||||
@interactive={{true}}
|
||||
@showPresence={{false}}
|
||||
/>
|
||||
|
|
Loading…
Reference in New Issue