From 41e7b018c1f36395dccdff586f2668a249a5bcc0 Mon Sep 17 00:00:00 2001 From: Simon Magnin-Feysot Date: Tue, 7 Apr 2020 19:06:10 +0200 Subject: command toggle downloads --- config/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'config') diff --git a/config/config.go b/config/config.go index b8ff74b..e8c7b1a 100644 --- a/config/config.go +++ b/config/config.go @@ -47,6 +47,7 @@ type UserPreferences struct { DisableEmojis bool `yaml:"disable_emojis"` DisableMarkdown bool `yaml:"disable_markdown"` DisableHTML bool `yaml:"disable_html"` + DisableDownloads bool `yaml:"disable_downloads"` } // Config contains the main config of gomuks. -- cgit v1.2.3