How to repost quoted to a post in a feed #408
-
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? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hello, We have the example here: atproto/examples/advanced_usage/send_embed.py Lines 20 to 24 in a24ac55 |
Beta Was this translation helpful? Give feedback.
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.
originalPost
is incorrect. You forgot to call .post