You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Because replies is one-dimensional, to facilitate the construction of a tree from this data, each reply object in the array contains references to its immediate parent (ancestor) and immediate child (descendent).
This is incorrect: replies, in fact, recursively contains ThreadViewPosts.
The text was updated successfully, but these errors were encountered:
https://docs.bsky.app/docs/tutorials/viewing-threads incorrectly states that
replies
is a one-dimensional array, stating:This is incorrect:
replies
, in fact, recursively contains ThreadViewPosts.The text was updated successfully, but these errors were encountered: