mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 12:37:31 +01:00
Fallback to message content of end message if no event found for start message
This commit is contained in:
parent
7a95ece738
commit
8fb38f57dc
@ -731,6 +731,7 @@ internal class LocalEchoEventFactory @Inject constructor(
|
||||
localEchoRepository
|
||||
.getRelatedPollEvent(timelineEvent)
|
||||
?.getLastMessageContent()
|
||||
?: timelineEvent.getLastMessageContent()
|
||||
}
|
||||
else -> timelineEvent.getLastMessageContent()
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user