about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers/local_settings.js
diff options
context:
space:
mode:
authorClaire <claire.github-309c@sitedethib.com>2021-03-19 13:33:46 +0100
committerClaire <claire.github-309c@sitedethib.com>2021-03-19 13:57:36 +0100
commit3b7b607300d662aa1f25d459ca12aec89ab550e8 (patch)
tree20788cbb86d4ae8d38ce539325205e5f0a1ee344 /app/javascript/flavours/glitch/reducers/local_settings.js
parentdb6551ec09cd8f38a9448ba6f4caae56f7a9bb3d (diff)
Migrate glitch-soc local notification settings to upstream system
Diffstat (limited to 'app/javascript/flavours/glitch/reducers/local_settings.js')
-rw-r--r--app/javascript/flavours/glitch/reducers/local_settings.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/reducers/local_settings.js b/app/javascript/flavours/glitch/reducers/local_settings.js
index ea37ae4aa..c115cad6b 100644
--- a/app/javascript/flavours/glitch/reducers/local_settings.js
+++ b/app/javascript/flavours/glitch/reducers/local_settings.js
@@ -55,7 +55,6 @@ const initialState = ImmutableMap({
   notifications : ImmutableMap({
     favicon_badge : false,
     tab_badge     : true,
-    show_unread   : true,
   }),
 });