Remove `disableMarkdown` setting

This was used by the old composer to control whether to interpret text as markdown prior to sending.

The new setting is `MessageComposerInput.isRichTextEnabled`.
pull/21833/head
Luke Barnard 2017-07-12 17:35:19 +01:00
parent 569ea909c4
commit 0585fa048f
1 changed files with 0 additions and 4 deletions

View File

@ -89,10 +89,6 @@ const SETTINGS_LABELS = [
id: 'hideRedactions', id: 'hideRedactions',
label: 'Hide removed messages', label: 'Hide removed messages',
}, },
{
id: 'disableMarkdown',
label: 'Disable markdown formatting',
},
{ {
id: 'enableSyntaxHighlightLanguageDetection', id: 'enableSyntaxHighlightLanguageDetection',
label: 'Enable automatic language detection for syntax highlighting', label: 'Enable automatic language detection for syntax highlighting',