|
@@ -14,7 +14,7 @@ class GetUpdates(
|
|
}
|
|
}
|
|
|
|
|
|
fun subscribe(calendar: Calendar): Flow<List<UpdatesWithRelations>> {
|
|
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>> {
|
|
fun subscribe(read: Boolean, after: Long): Flow<List<UpdatesWithRelations>> {
|