enhancement(common): increase community fetch limit

This commit is contained in:
Diego Beraldin 2023-09-30 12:16:40 +02:00
parent c4366b5cfd
commit 6b658fc297

View File

@ -70,6 +70,7 @@ class InstanceInfoViewModel(
auth = auth,
instance = instance,
page = currentPage,
limit = 50,
)
currentPage++
val canFetchMore = itemList.size >= CommentRepository.DEFAULT_PAGE_SIZE