From fd3ad106bed2a5f790556bae200de5c352c5c0ea Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sun, 19 Nov 2023 16:12:43 +0200 Subject: rearrange notification visibility page a bit. --- src/modules/config.js | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'src/modules/config.js') diff --git a/src/modules/config.js b/src/modules/config.js index a3f7bcaf..db1d564e 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -66,8 +66,17 @@ export const defaultState = { chatMention: true, polls: true }, - notificationSettings: { - nativeNotifications: ['follows', 'mentions', 'followRequest', 'reports', 'chatMention', 'polls'] + notificationNative: { + follows: true, + mentions: true, + likes: false, + repeats: false, + moves: false, + emojiReactions: false, + followRequest: true, + reports: true, + chatMention: true, + polls: true }, webPushNotifications: false, muteWords: [], -- cgit v1.2.3-70-g09d2