aboutsummaryrefslogtreecommitdiff
path: root/config.example.toml
diff options
context:
space:
mode:
authorGravatar JustAnotherArchivist2020-05-13 15:00:54 +0000
committerGravatar JustAnotherArchivist2020-05-13 15:00:54 +0000
commit98f8821fda0488685d6e36d1b70510444487abec (patch)
tree4fe67a2fc16d692c80055db76658f7b178a2b158 /config.example.toml
parentAdd Grafana module (diff)
signature
Add option to truncate overlong messages instead of splitting them
Diffstat (limited to 'config.example.toml')
-rw-r--r--config.example.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.example.toml b/config.example.toml
index 6bfa3a1..9d6c483 100644
--- a/config.example.toml
+++ b/config.example.toml
@@ -26,3 +26,5 @@
#module =
# moduleargs are additional arguments to be passed into the module's process function after the request object. Example use: Gitea webhook secret key
#moduleargs = []
+ # overlongmode determines what happens to messages that are too long to be sent to the channel. The value may be 'split' (split into multiple messages on spaces or codepoints) or 'truncate' (truncate everything exceeding the limit).
+ #overlongmode = 'split'