mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-12-23 09:30:50 +03:00
Update UpdatedReplyDecorator.kt
This commit is contained in:
parent
367fcfa8f9
commit
6b5a284935
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