diff options
author | Simon Magnin-Feysot <simon.magninfeysot@iguanesolutions.com> | 2020-04-07 19:06:10 +0200 |
---|---|---|
committer | Simon Magnin-Feysot <simon.magninfeysot@iguanesolutions.com> | 2020-04-07 19:06:10 +0200 |
commit | 41e7b018c1f36395dccdff586f2668a249a5bcc0 (patch) | |
tree | e9f77301d50a0c4297a00d05e02246d07c49a6d5 /config | |
parent | 8b68140dc9e4bc6d51f49a4a38a09e1a0b0ffd67 (diff) |
command toggle downloads
Diffstat (limited to 'config')
-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 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. |