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
|
roomEntity?.sendingTimelineEvents
|
||||||
?.filter { allowedTypes?.contains(it.root?.type) ?: false }
|
?.filter { allowedTypes?.contains(it.root?.type) ?: false }
|
||||||
?.forEach {
|
?.forEach {
|
||||||
//val timelineEvent = timelineEventFactory.create(it, it.realm)
|
sendingEvents.add(it.asDomain())
|
||||||
//sendingEvents.add(timelineEvent)
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
return sendingEvents
|
return sendingEvents
|
||||||
|
Loading…
Reference in New Issue
Block a user