Bug in pagination of comments endpoint, has_more=0
There is an ongoing bug in the comments endpoint for multiple videos.
The comments with cursor 240, returns has_more=0 in the response, while it should return has_more=1.
This is breaking the pagination in the comment list endpoint, and there is no other way of knowing if there are more comments.
Examples:
/user/comment/list?media_id=7444230609959980310&count=30&cursor=240
/user/comment/list?media_id=7443850408289635639&count=30&cursor=240
Could you please check this asap?