From 2c1a788bf57eb1d7c3e597d7db637ecf505fe1b5 Mon Sep 17 00:00:00 2001 From: "Haelwenn (lanodan) Monnier" Date: Sun, 3 Mar 2019 10:03:33 +0100 Subject: [PATCH] Remove unsupported Local-only MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Note: It’s still being considered to be added, but in a different way so removing it for now --- .../flavours/glitch/features/composer/options/index.js | 6 ------ 1 file changed, 6 deletions(-) diff --git a/app/javascript/flavours/glitch/features/composer/options/index.js b/app/javascript/flavours/glitch/features/composer/options/index.js index c76f8105a..5eb4f53d8 100644 --- a/app/javascript/flavours/glitch/features/composer/options/index.js +++ b/app/javascript/flavours/glitch/features/composer/options/index.js @@ -377,12 +377,6 @@ export default class ComposerOptions extends React.PureComponent { disabled={disabled} icon='ellipsis-h' items={advancedOptions ? [ - { - meta: , - name: 'do_not_federate', - on: advancedOptions.get('do_not_federate'), - text: , - }, { meta: , name: 'threaded_mode', -- GitLab