Skip to content

Conversation

@FoxxMD
Copy link
Owner

@FoxxMD FoxxMD commented Nov 1, 2022

Work for #8

@FoxxMD
Copy link
Owner Author

FoxxMD commented Nov 1, 2022

Notes:

  • Sticked comment is always first returned comment for submission (depth 0) regardless of sort order
  • Comment tree context and replies are ONLY initially hydrated if picked from fetched submissions
    • When fetching a single comment (getComment('asdf')) snoowrap uses /api/info which DOES NOT return:
      • depth
      • replies

This is a big issue since we cannot check comment depth, number of replies, or contents of any replies unless we make an additional api call. And even with the additional call we still do not know what depth the original comment was at. Need to take a look at what PRAW is doing for refresh to get additional information.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants