How to repost quoted to a post in a feed #408
Answered
by
MarshalX
MatthiasThoemel
asked this question in
Questions
|
Let's say: I have a post from a feed in form of a FeedViewPost element, which I got from the return value of get_author_feed(...) call. Now, I want to repost this post by quoting it and adding my comment to it. I do not find a "repost by quotes" or similar in the Client API. In the web UI of Bluesky, there is the Repost button and than it asks for: publish or quoting. How do I do a repost with quoting the original post and adding my comment to the repost? |
Answered by
MarshalX
Oct 2, 2024
Replies: 1 comment 3 replies
|
Hello, We have the example here: atproto/examples/advanced_usage/send_embed.py Lines 20 to 24 in a24ac55 |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You have .cid and .uri fields in post view. This is everything that you need to create a strong ref object. You are passing the wrong type.
originalPostis incorrect. You forgot to call .post