don't sticky local only setting

staging
multiple creatures 2019-03-14 23:58:35 -05:00
parent 758deeb818
commit e84f1bc4ef
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ const initialState = ImmutableMap({
suggestion_token: null,
suggestions: ImmutableList(),
default_advanced_options: ImmutableMap({
do_not_federate: alwaysLocal || null,
do_not_federate: defaultLocal || alwaysLocal,
threaded_mode: null, // Do not reset
}),
default_privacy: 'public',