mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-23 18:05:59 +03:00
Put back local echo
This commit is contained in:
parent
78951b9155
commit
98a7652403
1 changed files with 1 additions and 2 deletions
|
@ -326,8 +326,7 @@ internal class DefaultTimeline(
|
|||
roomEntity?.sendingTimelineEvents
|
||||
?.filter { allowedTypes?.contains(it.root?.type) ?: false }
|
||||
?.forEach {
|
||||
//val timelineEvent = timelineEventFactory.create(it, it.realm)
|
||||
//sendingEvents.add(timelineEvent)
|
||||
sendingEvents.add(it.asDomain())
|
||||
}
|
||||
}
|
||||
return sendingEvents
|
||||
|
|
Loading…
Reference in a new issue