Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Parent missing from GetPostThreadAsync #66

Open
NotNite opened this issue Oct 26, 2024 · 0 comments
Open

Parent missing from GetPostThreadAsync #66

NotNite opened this issue Oct 26, 2024 · 0 comments

Comments

@NotNite
Copy link

NotNite commented Oct 26, 2024

Hi! Working on a Bluesky client with FishyFlip here. See title. I need to be able to fetch the parent of a post with

var result = (await atProto.AtProtocol.Feed.GetPostThreadAsync(post.PostUri)).HandleResult();
var parent = result.Thread.Parent;

but Parent does not exist on ThreadView (see here). This led me down a very annoying logic bug with reply refs :(.

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

No branches or pull requests

1 participant