fix space hierarchy pagination not respecting client-specified limit. #769

Merged
Aranjedeath merged 1 commit from fix-hierarchy-pagination-limit into main 2025-04-17 15:10:08 +00:00
Owner
No description provided.
Aranjedeath added 1 commit 2025-04-17 14:51:45 +00:00
fix space hierarchy pagination not respecting client-specified limit.
All checks were successful
Documentation / Build and Deploy Documentation (pull_request) Successful in 42s
Documentation / Build and Deploy Documentation (push) Successful in 44s
773c3d457b
Jade approved these changes 2025-04-17 14:54:44 +00:00
Jade left a comment
Owner

Looks good!

Looks good!
@ -180,3 +180,3 @@
.then_some(PaginationToken {
short_room_ids: next_short_room_ids,
limit: max_depth.try_into().ok()?,
limit: limit.try_into().ok()?,
Owner

LGTM! The limit is set to a max of 100 before this function is called, so should be safe.

LGTM! The limit is set to a max of 100 before this function is called, so should be safe.
Aranjedeath merged commit 773c3d457b into main 2025-04-17 15:10:08 +00:00
Aranjedeath deleted branch fix-hierarchy-pagination-limit 2025-04-17 15:10:08 +00:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: continuwuation/continuwuity#769
No description provided.