From 65af14bde101e41583e54f49d73d3ea7b1c64fcd Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 20 Aug 2023 10:24:38 -0400 Subject: [PATCH] Updated Notify_signal (markdown) --- Notify_signal.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Notify_signal.md b/Notify_signal.md index ba4a1fe..015099e 100644 --- a/Notify_signal.md +++ b/Notify_signal.md @@ -47,7 +47,7 @@ You can post in multiple chats by simply chaining them at the end of the URL. | from | Yes | This must be a _From Phone Number_ you've added to the API service. | to | **\*No** |A phone number or group id you wish to send your notification to. If one isn't specified, then the `from` is used instead. | batch | No | Send multiple specified notifications in a single batch (1 upstream post to the end server). By default this is set to `no`. -| status | No | Optionally include a small little ASCII string representing the notification status being sent (inline with it) by default this is set to `no`. +| status | No | Optionally include a small little ASCII string representing the notification status being sent (inline with it) by default this is set to `yes`. ### Acquiring A Group ID Groups can be created in the app, or via the [Signal Rest API Service](https://github.com/bbernhard/signal-cli-rest-api).