Add toggle for timestamps

This commit is contained in:
Alex McGrath
2021-08-17 10:50:24 +01:00
parent a0b3cae259
commit cd82d4d7fd
3 changed files with 21 additions and 3 deletions

View File

@ -43,6 +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"`
BareMessageView bool `yaml:"bare_message_view"`
DisableImages bool `yaml:"disable_images"`
DisableTypingNotifs bool `yaml:"disable_typing_notifs"`