From e84f1bc4ef372c5c97f9a464b11a061e7382c2a7 Mon Sep 17 00:00:00 2001 From: multiple creatures Date: Thu, 14 Mar 2019 23:58:35 -0500 Subject: [PATCH] don't sticky local only setting --- app/javascript/flavours/glitch/reducers/compose.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/javascript/flavours/glitch/reducers/compose.js b/app/javascript/flavours/glitch/reducers/compose.js index 56872f7a7..a9a7967b6 100644 --- a/app/javascript/flavours/glitch/reducers/compose.js +++ b/app/javascript/flavours/glitch/reducers/compose.js @@ -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',