aboutsummaryrefslogtreecommitdiff
path: root/config/config.go
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.go')
-rw-r--r--config/config.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/config/config.go b/config/config.go
index 873c714..fb85a28 100644
--- a/config/config.go
+++ b/config/config.go
@@ -37,9 +37,9 @@ type AuthCache struct {
}
type UserPreferences struct {
- HideUserList bool `yaml:"hide_user_list",json:"hide_user_list"`
- HideRoomList bool `yaml:"hide_room_list",json:"hide_room_list"`
- BareMessageView bool `yaml:"bare_message_view",json:"bare_message_view"`
+ HideUserList bool `yaml:"hide_user_list"`
+ HideRoomList bool `yaml:"hide_room_list"`
+ BareMessageView bool `yaml:"bare_message_view"`
}
// Config contains the main config of gomuks.