about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/reducers
diff options
context:
space:
mode:
authorThibG <thib@sitedethib.com>2019-03-13 23:44:37 +0100
committerGitHub <noreply@github.com>2019-03-13 23:44:37 +0100
commitfa75324059c7a146354470691888dc0e1de0342f (patch)
tree2f4a582a05b6ef7b001140871bf2e2bea7771d95 /app/javascript/flavours/glitch/reducers
parent3005e473a0df4d2ea942dcc33e01c5e4c15b81fa (diff)
parent931ecc8824e81c4dcaeb900290c09145b4ed7351 (diff)
Merge pull request #958 from ThibG/glitch-soc/merge-upstream
Merge upstream changes
Diffstat (limited to 'app/javascript/flavours/glitch/reducers')
-rw-r--r--app/javascript/flavours/glitch/reducers/push_notifications.js1
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,