Add toggles for disabling markdown and HTML
This commit is contained in:
@ -45,6 +45,8 @@ type UserPreferences struct {
|
||||
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"`
|
||||
}
|
||||
|
||||
// Config contains the main config of gomuks.
|
||||
|
Reference in New Issue
Block a user