feat: Update Signal notification payload to include styled text mode

This commit is contained in:
sha
2026-03-22 12:54:32 +02:00
parent c47a96bbc6
commit 5bfca412a0
+2 -2
View File
@@ -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" \