From f50a36d5cc69c095ba4a5d4a3d240c5284e2b234 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sun, 8 Jan 2023 08:47:54 -0500 Subject: summaries and only render if image exists --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config/config.go') 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 } -- cgit v1.2.3