Commit e459f34
committed
feature symfony#50141 Allow sending scheduled messages through the slack API (Insanfly)
This PR was squashed before being merged into the 6.4 branch.
Discussion
----------
Allow sending scheduled messages through the slack API
| Q | A
| ------------- | ---
| Branch? | 6.3
| Bug fix? | no
| New feature? | yes
| Deprecations? | no
| Tickets | /
| License | MIT
| Doc PR | TODO
Add option post_at to the Slack Notifier bridge, this allows for easy scheduling of Slack messages.
Commits
-------
a3a7d7a Allow sending scheduled messages through the slack APIFile tree
2 files changed
+14
-0
lines changed- src/Symfony/Component/Notifier/Bridge/Slack
2 files changed
+14
-0
lines changedLines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
90 | 100 | | |
91 | 101 | | |
92 | 102 | | |
| |||
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
79 | 83 | | |
80 | 84 | | |
81 | 85 | | |
| |||
0 commit comments