mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06: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:
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
Block a user