mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 15:38:42 +01:00
enhancement(common): increase community fetch limit
This commit is contained in:
parent
c4366b5cfd
commit
6b658fc297
@ -70,6 +70,7 @@ class InstanceInfoViewModel(
|
||||
auth = auth,
|
||||
instance = instance,
|
||||
page = currentPage,
|
||||
limit = 50,
|
||||
)
|
||||
currentPage++
|
||||
val canFetchMore = itemList.size >= CommentRepository.DEFAULT_PAGE_SIZE
|
||||
|
Loading…
x
Reference in New Issue
Block a user