|
@@ -41,12 +41,11 @@ type (
|
|
|
Mouse bool `toml:"mouse"`
|
|
Mouse bool `toml:"mouse"`
|
|
|
Editor string `toml:"editor"`
|
|
Editor string `toml:"editor"`
|
|
|
|
|
|
|
|
|
|
+ Markdown bool `toml:"markdown"`
|
|
|
HideBlockedUsers bool `toml:"hide_blocked_users"`
|
|
HideBlockedUsers bool `toml:"hide_blocked_users"`
|
|
|
ShowAttachmentLinks bool `toml:"show_attachment_links"`
|
|
ShowAttachmentLinks bool `toml:"show_attachment_links"`
|
|
|
MessagesLimit uint8 `toml:"messages_limit"`
|
|
MessagesLimit uint8 `toml:"messages_limit"`
|
|
|
|
|
|
|
|
- MarkdownEnabled bool `toml:"markdown_enabled"`
|
|
|
|
|
-
|
|
|
|
|
Timestamps Timestamps `toml:"timestamps"`
|
|
Timestamps Timestamps `toml:"timestamps"`
|
|
|
Identify Identify `toml:"identify"`
|
|
Identify Identify `toml:"identify"`
|
|
|
Notifications Notifications `toml:"notifications"`
|
|
Notifications Notifications `toml:"notifications"`
|