You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor symfony#49695 [Notifier] Add "retry" and "expire" options to Pushover bridge (vlepeule)
This PR was squashed before being merged into the 6.3 branch.
Discussion
----------
[Notifier] Add "retry" and "expire" options to Pushover bridge
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets | -
| License | MIT
| Doc PR | -
Add "retry" and "expire" options to handle "Emergency Priority", according to [Pushover API documentation](https://pushover.net/api#priority) :
> To send an emergency-priority notification, the priority parameter must be set to 2 and the retry and expire parameters must be supplied.
Commits
-------
2feabc6 [Notifier] Add "retry" and "expire" options to Pushover bridge
0 commit comments