Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.6k
[Notifier] [Bluesky] Return the record CID as additional info#59789
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This should maybe be done in 7.2 as well (so that people that were using it already can still access it?). |
src/Symfony/Component/Notifier/Bridge/Bluesky/BlueskyTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
@fabpot the info array is supported since 7.3 |
low-deps failure highlight a missing bump in the deps of the bridge ;) |
Uh oh!
There was an error while loading.Please reload this page.
8fd987f
to85a073e
CompareThank you@javiereguiluz. |
3ef4f4e
intosymfony:7.3Uh oh!
There was an error while loading.Please reload this page.
Some Bluesky API operations (like replies and quotes) require "strong references", which is the combination of the
uri
and thecid
(Seehttps://docs.bsky.app/docs/advanced-guides/posts#replies-quote-posts-and-embeds).After the changes made in#59742, we should also return the
cid
as additional info.