From 7e694aba0bf2951c8c19137988143df3642909d3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?nicole=20miko=C5=82ajczyk?= Date: Tue, 25 Nov 2025 14:36:41 +0100 Subject: [PATCH] pl-fe: push notifications for statuses by subscribed users by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: nicole mikołajczyk --- packages/pl-fe/src/reducers/push-notifications.ts | 1 + 1 file changed, 1 insertion(+) 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,