-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Notifier] add RocketChat bridge #34022
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
@Jeroeny yeah, I suggested it and even thought about implementation, but you were first 😉 👍 |
Is this good to go? Edit: Actually, looking at #33875, I think it's missing:
Edit: Fixed |
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatOptions.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransportFactory.php
Outdated
Show resolved
Hide resolved
Because I updated from the 5.0 upstream branch, which was wrong, I had 600+ commits as diff, also causing GitHub to request reviews from code owners. My bad, I reverted that push. |
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.
Looks good to me
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php
Show resolved
Hide resolved
src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransportFactory.php
Outdated
Show resolved
Hide resolved
@Jeroeny Can you rebase to get rid of the merge commit? Thank you. |
34ea398
to
1fbf793
Compare
Thank you @Jeroeny. |
This would add RocketChat integration for the Notifier component. RocketChat is a self hosted chat service.
Fully tested with a trial version of RocketChat.
@Wirone I noticed you suggested this.