diff options
author | ThibG <thib@sitedethib.com> | 2019-03-13 23:44:37 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 23:44:37 +0100 |
commit | fa75324059c7a146354470691888dc0e1de0342f (patch) | |
tree | 2f4a582a05b6ef7b001140871bf2e2bea7771d95 /app/javascript/flavours/glitch/reducers/push_notifications.js | |
parent | 3005e473a0df4d2ea942dcc33e01c5e4c15b81fa (diff) | |
parent | 931ecc8824e81c4dcaeb900290c09145b4ed7351 (diff) |
Merge pull request #958 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/reducers/push_notifications.js')
-rw-r--r-- | app/javascript/flavours/glitch/reducers/push_notifications.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/flavours/glitch/reducers/push_notifications.js b/app/javascript/flavours/glitch/reducers/push_notifications.js index 1b47ca962..e87e8fc1a 100644 --- a/app/javascript/flavours/glitch/reducers/push_notifications.js +++ b/app/javascript/flavours/glitch/reducers/push_notifications.js @@ -9,6 +9,7 @@ const initialState = Immutable.Map({ favourite: false, reblog: false, mention: false, + poll: false, }), isSubscribed: false, browserSupport: false, |