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