about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers
diff options
context:
space:
mode:
authormultiple creatures <dev@multiple-creature.party>2019-03-14 23:58:35 -0500
committermultiple creatures <dev@multiple-creature.party>2019-05-21 03:16:21 -0500
commite84f1bc4ef372c5c97f9a464b11a061e7382c2a7 (patch)
treeebbef634a5944369d1c722809062faae0a7096ef /app/javascript/flavours/glitch/reducers
parent758deeb818ab4a7fa114f6f1dac53ded8139e713 (diff)
don't sticky local only setting
Diffstat (limited to 'app/javascript/flavours/glitch/reducers')
-rw-r--r--app/javascript/flavours/glitch/reducers/compose.js2
1 files changed, 1 insertions, 1 deletions
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',