diff options
Diffstat (limited to 'src/modules/config.js')
| -rw-r--r-- | src/modules/config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index 49e9b2df..05c15998 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -66,6 +66,9 @@ export const defaultState = { chatMention: true, polls: true }, + notificationSettings: { + nativeNotifications: ['follows', 'mentions', 'followRequest', 'reports', 'chatMention', 'polls'] + }, webPushNotifications: false, muteWords: [], highlight: {}, |
