mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
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:
@ -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}}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user