aboutsummaryrefslogtreecommitdiff
path: root/src/modules
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2023-11-19 16:12:43 +0200
committerHenry Jameson <me@hjkos.com>2023-11-19 16:12:43 +0200
commitfd3ad106bed2a5f790556bae200de5c352c5c0ea (patch)
treeeb68090753b01cbf8102150b4522182663e0c81a /src/modules
parente3ee3eaccae6a9ece674d7d76db8e67da499d6c3 (diff)
rearrange notification visibility page a bit.
Diffstat (limited to 'src/modules')
-rw-r--r--src/modules/config.js13
1 files changed, 11 insertions, 2 deletions
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: [],