Remove TODO

This commit is contained in:
Maxime NATUREL 2023-01-23 15:16:09 +01:00
parent 63026a3da5
commit 2f06095273

View file

@ -64,7 +64,6 @@ internal class DefaultPollHistoryService @AssistedInject constructor(
get() = LOADING_PERIOD_IN_DAYS
private val timeline by lazy {
// TODO check if we need to add a way to avoid using the current filter in rooms
val settings = TimelineSettings(
initialSize = EVENTS_PAGE_SIZE,
buildReadReceipts = false,