Adjust things in timestamp toggle

This commit is contained in:
Tulir Asokan
2021-09-19 20:59:59 -04:00
parent 57d0c8db5f
commit 2cff2cdc22
3 changed files with 17 additions and 19 deletions

View File

@ -43,7 +43,7 @@ type AuthCache struct {
type UserPreferences struct {
HideUserList bool `yaml:"hide_user_list"`
HideRoomList bool `yaml:"hide_room_list"`
HideTimeStamp bool `yaml:"hide_time_stamp"`
HideTimestamp bool `yaml:"hide_timestamp"`
BareMessageView bool `yaml:"bare_message_view"`
DisableImages bool `yaml:"disable_images"`
DisableTypingNotifs bool `yaml:"disable_typing_notifs"`