mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-01-03 14:57:34 +03:00
commit
9dfc1f1953
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ internal class UpdatedReplyDecorator(
|
||||||
val isRedactedEvent = timelineEventEntity.root?.asDomain()?.isRedacted() ?: false
|
val isRedactedEvent = timelineEventEntity.root?.asDomain()?.isRedacted() ?: false
|
||||||
|
|
||||||
val replyText = localEchoEventFactory
|
val replyText = localEchoEventFactory
|
||||||
.bodyForReply(currentTimelineEvent.getLastMessageContent(), true).formattedText ?: ""
|
.bodyForReply(currentTimelineEvent.getLastMessageContent(), true).takeFormatted()
|
||||||
|
|
||||||
val newContent = localEchoEventFactory.createReplyTextContent(
|
val newContent = localEchoEventFactory.createReplyTextContent(
|
||||||
timelineEventMapper.map(timelineEventEntity),
|
timelineEventMapper.map(timelineEventEntity),
|
||||||
|
|
Loading…
Reference in a new issue