diff options
| author | Henry Jameson <me@hjkos.com> | 2023-11-19 16:12:43 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2023-11-19 16:12:43 +0200 |
| commit | fd3ad106bed2a5f790556bae200de5c352c5c0ea (patch) | |
| tree | eb68090753b01cbf8102150b4522182663e0c81a /src/modules/config.js | |
| parent | e3ee3eaccae6a9ece674d7d76db8e67da499d6c3 (diff) | |
rearrange notification visibility page a bit.
Diffstat (limited to 'src/modules/config.js')
| -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: [], |
