~xenrox/public-inbox

Give a working example of `update-notification` v1 APPLIED

Jeremy Fleischman: 1
 Give a working example of `update-notification`

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.xenrox.net/~xenrox/public-inbox/patches/36/mbox | git am -3
Learn more about email & git

[PATCH] Give a working example of `update-notification` Export this patch

You must specify a value here, otherwise ntfy-alertmanager crashes
with the following:

```
ERROR Failed to read config error="directive \"update-notification\": want 1 params, got 0"
```
---
 config.scfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.scfg b/config.scfg
index 63cc6b8..e9962a8 100644
--- a/config.scfg
+++ b/config.scfg
@@ -61,7 +61,7 @@ resolved {
    # Update the ntfy alert notification intead of creating a new one.
    # Options: true, false
    # Default: false
    update-notification
    update-notification true
    tags "resolved,partying_face"
    icon "https://example.com/resolved.png"
    priority 1
-- 
2.53.0
Pushed, thanks!