Is it possible to quote a post in a repost without generating a reply event to the original account who did the post? #411
-
Hi, the BlueSky Community Guidlines forbid spamming. Especially if the automated sending of a post / repost are generating disturbing messages on other accounts, like a reply-message because of the quote: Text from BlueSky Community Guidelines: https://bsky.social/about/support/community-guidelines Is it possible with the AT protocoll to do a repost with quoting but without genering a reply message on the account who did the original post? If not, I have to stop my BOT unfortunately. Or I must do a trick: Do a copy of the original post and use this as an image with a link to the original account. But I would like not to do it like that. My best regards, Matthias |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Hi, Probably you can investigate around detached quotes. I am not sure does it produce notification or not. Otherwise, you always can just copy original post and link to the original source. But this is a huge ugly workaround |
Beta Was this translation helpful? Give feedback.
Probably you mean website embeds in posts with Open Graph data like thumbnail, title, description... And we have the exact example https://github.com/MarshalX/atproto/blob/main/examples/advanced_usage/send_ogp_link_card.py. You can try use link as post`s link and thumbnail as your screenshot