From 0585fa048fca0a5ebbc82963539c71900561b898 Mon Sep 17 00:00:00 2001 From: Luke Barnard Date: Wed, 12 Jul 2017 17:35:19 +0100 Subject: [PATCH] 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`. --- src/components/structures/UserSettings.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/structures/UserSettings.js b/src/components/structures/UserSettings.js index bfbb9831b0..14432dff81 100644 --- a/src/components/structures/UserSettings.js +++ b/src/components/structures/UserSettings.js @@ -89,10 +89,6 @@ const SETTINGS_LABELS = [ id: 'hideRedactions', label: 'Hide removed messages', }, - { - id: 'disableMarkdown', - label: 'Disable markdown formatting', - }, { id: 'enableSyntaxHighlightLanguageDetection', label: 'Enable automatic language detection for syntax highlighting',