pl-fe: push notifications for statuses by subscribed users by default

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-11-25 14:36:41 +01:00
parent 0b002ef824
commit 7e694aba0b

View File

@ -25,6 +25,7 @@ const initialState: State = {
reblog: true,
mention: true,
poll: true,
status: true,
},
isSubscribed: false,
browserSupport: false,