-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] Add Bluesky notifier bridge #53083
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment.
It would be helpful if you also provide a docs and recipe PR, thanks
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This transport needs to be registered in FrameworkBundle
src/Symfony/Component/Notifier/Bridge/Bluesky/BlueskyTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bluesky/BlueskyTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After Fabien's comment and fabbot.io
Thanks
Thank you for the reviews. I appreciate you finding all my copy-paste issues. |
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/Bluesky/BlueskyTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Show resolved
Hide resolved
Thank you @Nyholm. |
Thank you for merging |
Can you create a PR on symfony/recipes @Nyholm ? |
Yes. of course. I'll update the docs and a recipe. |
I would love if Symfony posted their blog posts on https://bsky.app/profile/symfony.bsky.social at some point in the future. I hope this contribution will be a small step towards that.
If someone wants to verify this, I am happy to give out invite codes.
https://bsky.app/profile/nyholm.bsky.social/post/3kgjnhmh4nh2i
I've implemented support for mention and links. Support for images and replies are left outside of the scope for this PR.