Reputation: 1207
How do I get the replies to a Comment object? comment.replies
only gives me an empty list.
I have already tried r.get_submission(comment.permalink).comments
, but it just gives me one comment.
Upvotes: 0
Views: 2039
Reputation: 942
This question was also asked on 'r/redditdev', where I answered it. Adding the link here for anyone else with the same issue.
Upvotes: 2