about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/local_settings.js
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2018-07-11 22:49:07 +0200
committerThibG <thib@sitedethib.com>2018-07-12 11:22:34 +0200
commitd67cb13d84a522f6b346b61add5a616062043493 (patch)
tree0e18874e7c118d17a87496da180666646b107237 /app/javascript/flavours/glitch/reducers/local_settings.js
parent8c8707771df61a30d0a66efd9377a3c5e29ff1d0 (diff)
Use options rather than a boolean
This prepares for a third option that would restrict privacy to
privacyPreference(replyPrivacy, sideArmBasePrivacy)
Diffstat (limited to 'app/javascript/flavours/glitch/reducers/local_settings.js')
-rw-r--r--app/javascript/flavours/glitch/reducers/local_settings.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/reducers/local_settings.js b/app/javascript/flavours/glitch/reducers/local_settings.js
index ee04747c5..73d034dbe 100644
--- a/app/javascript/flavours/glitch/reducers/local_settings.js
+++ b/app/javascript/flavours/glitch/reducers/local_settings.js
@@ -10,7 +10,7 @@ const initialState = ImmutableMap({
   stretch   : true,
   navbar_under : false,
   side_arm  : 'none',
-  side_arm_auto : false,
+  side_arm_reply_mode : 'keep',
   collapsed : ImmutableMap({
     enabled     : true,
     auto        : ImmutableMap({