diff options
author | Tulir Asokan <tulir@maunium.net> | 2020-04-08 14:53:54 +0300 |
---|---|---|
committer | Tulir Asokan <tulir@maunium.net> | 2020-04-08 14:53:54 +0300 |
commit | 80564b2887085a088a4f753042dbe345092e45a1 (patch) | |
tree | e9f77301d50a0c4297a00d05e02246d07c49a6d5 /config | |
parent | 3ddf85763d6dfe8c5ddecf5022f571e93b9a2a63 (diff) | |
parent | 41e7b018c1f36395dccdff586f2668a249a5bcc0 (diff) |
Merge remote-tracking branch 'pike4000/video'
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. |