Rise timelinelimit to 10
This commit is contained in:
parent
a330283de5
commit
ed764c097f
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ class MatrixClient internal constructor(
|
|||
}
|
||||
|
||||
private val slidingSyncView = SlidingSyncViewBuilder()
|
||||
.timelineLimit(limit = 1u)
|
||||
.timelineLimit(limit = 10u)
|
||||
.requiredState(
|
||||
requiredState = listOf(
|
||||
RequiredState(key = "m.room.avatar", value = ""),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue