From 14963269dc63bf038163a851e521d6815ab5f514 Mon Sep 17 00:00:00 2001 From: Julio Capote Date: Sat, 7 Jan 2023 17:54:38 -0500 Subject: avatar support --- config/config.go | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'config') diff --git a/config/config.go b/config/config.go index 3c6cdde..e92b725 100644 --- a/config/config.go +++ b/config/config.go @@ -9,9 +9,11 @@ type Config struct { } type Handler struct { - Name string - Exec string - Rpc string - DedupWindow time.Duration - Interval time.Duration + Name string + AvatarUrl string + AvatarContentType string + Exec string + Rpc string + DedupWindow time.Duration + Interval time.Duration } -- cgit v1.2.3