9
submitted 2 months ago by KaKi87@jlai.lu to c/lemmy_support@lemmy.ml

Hi,

This post has comments : https://jlai.lu/post/26123233

But when asking the API : https://jlai.lu/api/v3/comment/list?post_id=26123233&sort=Old

An empty array is returned.

Why ?

Thanks

top 7 comments
sorted by: hot top controversial new old
[-] NJSpradlin@lemmy.world 1 points 1 day ago

Is this why I don’t see a lot of comments on Voyager, and what’s the fix there?

[-] KaKi87@jlai.lu 1 points 7 hours ago

It might be, yes : https://github.com/aeharding/voyager/blob/main/src/routes/pages/shared/CommentsPage.tsx#L41

As mentioned by @cypherpunks@lemmy.ml, the solution is to add type_=All in query parameters.

From the Voyager app's source code, it seems like the value is undefined by default.

I think replacing this by All could fix the issue. But, I have no experience in that app's dev stack, so I can't be sure.

Therefore, I'd suggest submitting a GitHub issue showing 2 screenshots : of the same post, one on Voyager, the other one on another app, where the former shows less comments than the latter. Indicate that replacing undefined with All might fix the issue.

If the maintainer(s) reproduce and confirm, they'll push the fix.

If I was more confident, I'd directly make a PR, but I'm not.

[-] cypherpunks@lemmy.ml 4 points 2 months ago* (last edited 2 months ago)

Looking at the network tab while loading a thread, I see you need to include type_=All.

(lemmy-ui sends other parameters too but your example URL works for me with just tyoe_=All added.)

[-] KaKi87@jlai.lu 2 points 2 months ago

Thanks.

Now, why isn't that required for an older post ?

For example : https://lemmy.world/api/v3/comment/list?post_id=5&sort=Old

[-] cypherpunks@lemmy.ml 1 points 2 months ago

i'm guessing it might have something to do with the fact that jlai.lu is configured to default to the Local view while lemmy.world defaults to All

[-] KaKi87@jlai.lu 2 points 2 months ago

Interesting, thanks !

this post was submitted on 23 Sep 2025
9 points (100.0% liked)

Lemmy Support

5000 readers
7 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 6 years ago
MODERATORS