diff options
author | Claire <claire.github-309c@sitedethib.com> | 2021-03-19 13:33:46 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2021-03-19 13:57:36 +0100 |
commit | 3b7b607300d662aa1f25d459ca12aec89ab550e8 (patch) | |
tree | 20788cbb86d4ae8d38ce539325205e5f0a1ee344 /app/javascript/flavours/glitch/reducers | |
parent | db6551ec09cd8f38a9448ba6f4caae56f7a9bb3d (diff) |
Migrate glitch-soc local notification settings to upstream system
Diffstat (limited to 'app/javascript/flavours/glitch/reducers')
-rw-r--r-- | app/javascript/flavours/glitch/reducers/local_settings.js | 1 |
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, }), }); |