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:
parent
f24334c1f0
commit
238d1a4abe
1 changed files with 0 additions and 6 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue