about summary refs log tree commit diff
path: root/app/javascript/mastodon/reducers/push_notifications.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/javascript/mastodon/reducers/push_notifications.js')
-rw-r--r--app/javascript/mastodon/reducers/push_notifications.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/javascript/mastodon/reducers/push_notifications.js b/app/javascript/mastodon/reducers/push_notifications.js
index 317352b79..c48cfb705 100644
--- a/app/javascript/mastodon/reducers/push_notifications.js
+++ b/app/javascript/mastodon/reducers/push_notifications.js
@@ -6,6 +6,7 @@ const initialState = Immutable.Map({
   subscription: null,
   alerts: new Immutable.Map({
     follow: false,
+    follow_request: false,
     favourite: false,
     reblog: false,
     mention: false,