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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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