about summary refs log tree commit diff
path: root/app/javascript/glitch/reducers
diff options
context:
space:
mode:
authorDavid Yip <yipdw@member.fsf.org>2017-11-05 21:02:37 -0600
committerGitHub <noreply@github.com>2017-11-05 21:02:37 -0600
commita617060dfc4f473534f70af2c6a7b07b989492fa (patch)
tree4e8b6f7b2959bd627852367b21d28bbcc4a80d6e /app/javascript/glitch/reducers
parent73bf0ea7d1675b46eb778c2d8a6129e1f7a0650e (diff)
parente0298d66f8f807efe80cb01097b46e0ef33bd154 (diff)
Merge pull request #206 from glitch-soc/autocollapse-boost
Autocollapse boosts option
Diffstat (limited to 'app/javascript/glitch/reducers')
-rw-r--r--app/javascript/glitch/reducers/local_settings.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/glitch/reducers/local_settings.js b/app/javascript/glitch/reducers/local_settings.js
index 813e130ca..03654fbe2 100644
--- a/app/javascript/glitch/reducers/local_settings.js
+++ b/app/javascript/glitch/reducers/local_settings.js
@@ -59,6 +59,7 @@ const initialState = ImmutableMap({
       all              : false,
       notifications    : true,
       lengthy          : true,
+      reblogs          : false,
       replies          : false,
       media            : false,
     }),