5
submitted 8 months ago by blawsybogsy@lemmy.ml to c/lemmydev@lemm.ee

currently my client displays child comments/replies to a given comment based on a get-comments request and the sort arg. if a child comment is returned by such a request, it will be included as part of the tree, but otherwise not. it means the child is subject to sorting itself.

but what is needed is that if a parent comment is displayed/returned by request/sort arg, all its children should be also. that seems to me to be how the webUI works also.

any tips on how to ensure that?

top 2 comments
sorted by: hot top controversial new old
[-] blawsybogsy@lemmy.ml 1 points 8 months ago

no one else is having issues with this?

[-] blawsybogsy@lemmy.ml 1 points 7 months ago

ah i solved it, it's that the max_depth arg has no sane default, so a client needs to set it manually. currently the server has a hard 300 max value i think.

this post was submitted on 09 Dec 2023
5 points (100.0% liked)

Lemmy App Development

693 readers
18 users here now

A place for Lemmy builders to chat about building apps, clients, tools and bots for the Lemmy platform.

On-Topic:

Off-Topic:

founded 1 year ago
MODERATORS