diff --git a/packages/pl-fe/src/reducers/push-notifications.ts b/packages/pl-fe/src/reducers/push-notifications.ts index ff250ab51..dd38c9e0f 100644 --- a/packages/pl-fe/src/reducers/push-notifications.ts +++ b/packages/pl-fe/src/reducers/push-notifications.ts @@ -25,6 +25,7 @@ const initialState: State = { reblog: true, mention: true, poll: true, + status: true, }, isSubscribed: false, browserSupport: false,