This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony
Nicolas Grekas d76bfb5a62 bug #40955 [Notifier] [Bridge] Fix missed messageId for SendMessage object in slack notifier (WaylandAce)
This PR was merged into the 5.2 branch.

Discussion
----------

[Notifier] [Bridge] Fix missed messageId for SendMessage object in slack notifier

| Q             | A
| ------------- | ---
| Branch?       | 5.2
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | -
| Tickets       | -
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

There are missed messageId property for SendMessage object in slack notifier.
Regarding slack's documentation: https://api.slack.com/messaging/sending#publishing

> One very important piece of information in this response is the `ts` value, which is essentially the ID of the message,

Commits
-------

838f36b09f [Notifier] [Bridge] Store message id for slack transport's SendMessage
2021-05-07 16:06:30 +02:00
..
Bridge [PhpUnitBridge] Fix tests with @doesNotPerformAssertions annotations 2021-05-07 14:56:09 +02:00
Bundle bug #40802 [FrameworkBundle] Fix array controller link in debug:router (fancyweb) 2021-04-16 19:21:25 +02:00
Component bug #40955 [Notifier] [Bridge] Fix missed messageId for SendMessage object in slack notifier (WaylandAce) 2021-05-07 16:06:30 +02:00
Contracts Merge branch '4.4' into 5.2 2021-04-24 16:39:13 +02:00