Kovukono@pawb.socialtoLemmy Support@lemmy.ml•Is it a bug that the response of .../api/v3/comment/list?post_id is always empty?English
4·
20 days agoIn 0.19.5, they removed the deprecated post_id
tag, and replaced it with the post_ids
array. If you ran that against an instance still running 0.19.4, it should work.
This is for posts, not comments, and doesn’t affect the comment API.
Yeah, you’re right. I didn’t read enough of the docs. The new field is only for posts, not for comments. It looks like
post_id
should still be valid.