aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
Diffstat (limited to 'config')
-rw-r--r--config/config.go19
1 files changed, 10 insertions, 9 deletions
diff --git a/config/config.go b/config/config.go
index 634120b..d85e243 100644
--- a/config/config.go
+++ b/config/config.go
@@ -40,15 +40,16 @@ type AuthCache struct {
}
type UserPreferences struct {
- HideUserList bool `yaml:"hide_user_list"`
- HideRoomList bool `yaml:"hide_room_list"`
- BareMessageView bool `yaml:"bare_message_view"`
- DisableImages bool `yaml:"disable_images"`
- DisableTypingNotifs bool `yaml:"disable_typing_notifs"`
- DisableEmojis bool `yaml:"disable_emojis"`
- DisableMarkdown bool `yaml:"disable_markdown"`
- DisableHTML bool `yaml:"disable_html"`
- DisableDownloads bool `yaml:"disable_downloads"`
+ HideUserList bool `yaml:"hide_user_list"`
+ HideRoomList bool `yaml:"hide_room_list"`
+ BareMessageView bool `yaml:"bare_message_view"`
+ DisableImages bool `yaml:"disable_images"`
+ DisableTypingNotifs bool `yaml:"disable_typing_notifs"`
+ DisableEmojis bool `yaml:"disable_emojis"`
+ DisableMarkdown bool `yaml:"disable_markdown"`
+ DisableHTML bool `yaml:"disable_html"`
+ DisableDownloads bool `yaml:"disable_downloads"`
+ DisableNotifications bool `yaml:"disable_notifications"`
}
// Config contains the main config of gomuks.