diff options
| author | marcin mikołajczak <git@mkljczk.pl> | 2024-05-25 08:42:32 +0200 |
|---|---|---|
| committer | marcin mikołajczak <git@mkljczk.pl> | 2024-05-25 08:42:32 +0200 |
| commit | 5c48ea2f1abb21f88990c000e0f158dfa19fa4d7 (patch) | |
| tree | 3a59d8ea1bc11a2f26c44e95a162475f45feddee /src/modules/config.js | |
| parent | 82db31f7ac32443b2a5d51ed3ce6d52cd9dcfac7 (diff) | |
Support `status` notification type
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'src/modules/config.js')
| -rw-r--r-- | src/modules/config.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index 8001b854..aa400f77 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -60,6 +60,7 @@ export const defaultState = { notificationVisibility: { follows: true, mentions: true, + statuses: true, likes: true, repeats: true, moves: true, @@ -72,6 +73,7 @@ export const defaultState = { notificationNative: { follows: true, mentions: true, + statuses: true, likes: false, repeats: false, moves: false, |
