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