feat(slack): Show message title in notification previews (#5063)

This commit is contained in:
Gary Tou
2025-02-11 07:31:37 -08:00
committed by GitHub
parent eaaba83ff7
commit 9f61672cb3

View File

@@ -24,6 +24,7 @@ class SendMessageToSlackJob implements ShouldQueue
public function handle(): void public function handle(): void
{ {
Http::post($this->webhookUrl, [ Http::post($this->webhookUrl, [
'text' => $this->message->title,
'blocks' => [ 'blocks' => [
[ [
'type' => 'section', 'type' => 'section',