forked from GitHub-Mirror/riotX-android
Put back local echo
This commit is contained in:
parent
78951b9155
commit
98a7652403
@ -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 New Issue
Block a user