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

Closed
NotNite opened this issue Oct 26, 2024 · 1 comment · Fixed by #69
Closed

Parent missing from GetPostThreadAsync #66

NotNite opened this issue Oct 26, 2024 · 1 comment · Fixed by #69

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 :(.

@drasticactions
Copy link
Owner

Yep, it wasn't in the object. Good news is that it's easy to add,

d07d070

スクリーンショット 2024-10-28 16 36 01

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 a pull request may close this issue.

2 participants