diff options
| author | kPherox <admin@mail.kr-kp.com> | 2019-12-11 00:00:10 +0900 |
|---|---|---|
| committer | kPherox <admin@mail.kr-kp.com> | 2019-12-11 00:00:45 +0900 |
| commit | 6af870cd9069a8fc45b7684d264656dad0cf4a70 (patch) | |
| tree | 9641adca5f063e1673c9f96282ea705e4d3338da /src/modules/config.js | |
| parent | 2bc63720a5f9da740fa8082d587b6cfdd0c652ee (diff) | |
Add view for moves notifications
Diffstat (limited to 'src/modules/config.js')
| -rw-r--r-- | src/modules/config.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modules/config.js b/src/modules/config.js index 329b4091..cc47c848 100644 --- a/src/modules/config.js +++ b/src/modules/config.js @@ -28,7 +28,8 @@ export const defaultState = { follows: true, mentions: true, likes: true, - repeats: true + repeats: true, + moves: true }, webPushNotifications: false, muteWords: [], |
