Increase update screen limit to 500 (#9599)
Cette révision appartient à :
Parent
dddba7bb6f
révision
fc4fd487f9
1 fichiers modifiés avec 1 ajouts et 1 suppressions
|
@ -14,7 +14,7 @@ class GetUpdates(
|
|||
}
|
||||
|
||||
fun subscribe(calendar: Calendar): Flow<List<UpdatesWithRelations>> {
|
||||
return repository.subscribeAll(calendar.time.time, limit = 250)
|
||||
return repository.subscribeAll(calendar.time.time, limit = 500)
|
||||
}
|
||||
|
||||
fun subscribe(read: Boolean, after: Long): Flow<List<UpdatesWithRelations>> {
|
||||
|
|
Référencer dans un nouveau ticket