diff options
author | Julio Capote <jcapote@gmail.com> | 2023-01-08 13:47:54 +0000 |
---|---|---|
committer | Julio Capote <jcapote@gmail.com> | 2023-01-08 13:47:54 +0000 |
commit | f50a36d5cc69c095ba4a5d4a3d240c5284e2b234 (patch) | |
tree | ddb4bb323a1d9a5c6d8c068b7571167112a4c6bc /config/config.go | |
parent | 9470ad27f2c725ceeaa6ca8c727670d59fdb5588 (diff) | |
download | communique-f50a36d5cc69c095ba4a5d4a3d240c5284e2b234.tar.gz |
summaries and only render if image exists
Diffstat (limited to 'config/config.go')
-rw-r--r-- | config/config.go | 1 |
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 } |