diff options
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/config.js | 13 |
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: [], |
