From 5bfca412a005f9b043537c03176e6734341aebbc Mon Sep 17 00:00:00 2001 From: sHa Date: Sun, 22 Mar 2026 12:54:32 +0200 Subject: [PATCH] feat: Update Signal notification payload to include styled text mode --- .github/workflows/update-charts.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-charts.yml b/.github/workflows/update-charts.yml index 5de9add..0af0c74 100644 --- a/.github/workflows/update-charts.yml +++ b/.github/workflows/update-charts.yml @@ -66,7 +66,7 @@ jobs: --arg msg "$MESSAGE" \ --arg num "$SIGNAL_SENDER" \ --arg rec "$SIGNAL_RECIPIENT" \ - '{message: $msg, number: $num, recipients: [$rec]}') + '{message: $msg, number: $num, recipients: [$rec], text_mode: "styled"}') curl -X POST "$SIGNAL_URL" \ -H "Content-Type: application/json" \ @@ -90,7 +90,7 @@ jobs: --arg msg "$MESSAGE" \ --arg num "$SIGNAL_SENDER" \ --arg rec "$SIGNAL_RECIPIENT" \ - '{message: $msg, number: $num, recipients: [$rec]}') + '{message: $msg, number: $num, recipients: [$rec], text_mode: "styled"}') curl -X POST "$SIGNAL_URL" \ -H "Content-Type: application/json" \