Rise timelinelimit to 10
This commit is contained in:
@@ -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 = ""),
|
||||
|
||||
Reference in New Issue
Block a user