refac: folder page chat list

This commit is contained in:
Timothy Jaeryang Baek
2025-11-23 20:11:55 -05:00
parent e29c262394
commit cd008eeb50
3 changed files with 51 additions and 17 deletions

View File

@@ -218,7 +218,7 @@ async def get_chat_list_by_folder_id(
folder_id: str, page: Optional[int] = 1, user=Depends(get_verified_user)
):
try:
limit = 60
limit = 10
skip = (page - 1) * limit
return [