Remove unsupported Local-only

Note: It’s still being considered to be added, but in a different way so removing it for now
This commit is contained in:
Haelwenn (lanodan) Monnier 2019-03-03 10:03:33 +01:00
parent f24334c1f0
commit 238d1a4abe
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE

View file

@ -342,12 +342,6 @@ class ComposerOptions extends ImmutablePureComponent {
disabled={disabled}
icon='ellipsis-h'
items={advancedOptions ? [
{
meta: <FormattedMessage {...messages.local_only_long} />,
name: 'do_not_federate',
on: advancedOptions.get('do_not_federate'),
text: <FormattedMessage {...messages.local_only_short} />,
},
{
meta: <FormattedMessage {...messages.threaded_mode_long} />,
name: 'threaded_mode',