Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 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
OskarStark left a comment
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
Uh oh!
There was an error while loading.Please reload this page.
OskarStark left a comment
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 OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Bluesky/BlueskyTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
OskarStark left a comment• edited by GromNaN
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by GromNaN
Uh oh!
There was an error while loading.Please reload this page.
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
Nyholm commentedDec 15, 2023
Thank you for the reviews. I appreciate you finding all my copy-paste issues. |
src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/Bluesky/BlueskyTransport.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.phpShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
fabpot commentedDec 15, 2023
Thank you@Nyholm. |
Nyholm commentedDec 15, 2023
Thank you for merging |
fabpot commentedDec 15, 2023
Can you create a PR on symfony/recipes@Nyholm ? |
Nyholm commentedDec 16, 2023
Yes. of course. I'll update the docs and a recipe. |
Uh oh!
There was an error while loading.Please reload this page.
I would love if Symfony posted their blog posts onhttps://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.