RedditSharp-DEPRECATED- icon indicating copy to clipboard operation
RedditSharp-DEPRECATED- copied to clipboard

Resolve #219 - Handle t1__ more objects

Open Slord6 opened this issue 5 years ago • 2 comments

Builds on @czf 's changes in PR 224 to allow for More in Comment response.

Resolves #219 and now handles "Continue this thread" More-like objects eg:

{
  "count": 0,
  "name": "t1__",
  "id": "_",
  "parent_id": "t1_cydnx3d",	
  "depth": 10,
  "children": []
}

Slord6 avatar Feb 17 '20 18:02 Slord6

I'd like a couple changes on that, but otherwise looks good. Thanks!

CrustyJew avatar Feb 17 '20 22:02 CrustyJew

@Slord6 is there a test you can add in addition to GetCommentsWithMoresAsync or modify that test to cover the missed case?

czf avatar Feb 18 '20 01:02 czf