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 @@ public function __construct(
|
|||
public function handle(): void
|
||||
{
|
||||
Http::post($this->webhookUrl, [
|
||||
'text' => $this->message->title,
|
||||
'blocks' => [
|
||||
[
|
||||
'type' => 'section',
|
||||
|
|
|
|||
Loading…
Reference in a new issue