mirror of
https://github.com/shadoll/helm-charts.git
synced 2026-08-28 11:33:17 +00:00
feat: Update Signal notification payload to include styled text mode
This commit is contained in:
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user