mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
feat(slack): Show message title in notification previews (#5063)
This commit is contained in:
parent
eaaba83ff7
commit
9f61672cb3
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ class SendMessageToSlackJob implements ShouldQueue
|
|||
public function handle(): void
|
||||
{
|
||||
Http::post($this->webhookUrl, [
|
||||
'text' => $this->message->title,
|
||||
'blocks' => [
|
||||
[
|
||||
'type' => 'section',
|
||||
|
|
|
|||
Loading…
Reference in a new issue