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:
David Battersby 2024-03-11 19:20:08 +08:00 committed by GitHub
parent b6819fd8c1
commit 3aa1846fc0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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}}
/>