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] [OneSignal] Add support for sending to external user ids#53262
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
[Notifier] [OneSignal] Add support for sending to external user ids#53262
Uh oh!
There was an error while loading.Please reload this page.
Conversation
src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportTest.php OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
33ec1c0 to149d25dCompareUh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php OutdatedShow resolvedHide resolved
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.
Just some minor comments
149d25d to533a831CompareOskarStark commentedDec 29, 2023
Thank you@KDederichs. |
As discussed in#53248, here's the feature PR against 7.1.
This introduces a new
isExternalUserId()option to indicate that the receiver is an external user id.At the same time it also replaces the deprecated
include_player_idsoption.