Timeline: fix wrong username for reply
This commit is contained in:
parent
800896be88
commit
8ddc1090b1
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ private fun MessageEventBubbleContent(
|
|||
) {
|
||||
EqualWidthColumn(modifier = modifier, spacing = 8.dp) {
|
||||
if (inReplyToDetails != null) {
|
||||
val senderName = event.senderDisplayName ?: event.senderId.value
|
||||
val senderName = inReplyToDetails.senderDisplayName ?: inReplyToDetails.senderId.value
|
||||
val attachmentThumbnailInfo = attachmentThumbnailInfoForInReplyTo(inReplyToDetails)
|
||||
ReplyToContent(
|
||||
senderName = senderName,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue