aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJulio Capote <jcapote@gmail.com>2023-01-08 13:47:54 +0000
committerJulio Capote <jcapote@gmail.com>2023-01-08 13:47:54 +0000
commitf50a36d5cc69c095ba4a5d4a3d240c5284e2b234 (patch)
treeddb4bb323a1d9a5c6d8c068b7571167112a4c6bc /config
parent9470ad27f2c725ceeaa6ca8c727670d59fdb5588 (diff)
downloadcommunique-f50a36d5cc69c095ba4a5d4a3d240c5284e2b234.tar.gz
summaries and only render if image exists
Diffstat (limited to 'config')
-rw-r--r--config/config.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/config.go b/config/config.go
index e92b725..4c23ba1 100644
--- a/config/config.go
+++ b/config/config.go
@@ -14,6 +14,7 @@ type Handler struct {
AvatarContentType string
Exec string
Rpc string
+ Summary string
DedupWindow time.Duration
Interval time.Duration
}