Add configuration to enable/disable web push notifications
This commit is contained in:
parent
ebe2a95140
commit
bbae2e10f3
2 changed files with 5 additions and 1 deletions
|
@ -23,6 +23,7 @@ const defaultState = {
|
|||
likes: true,
|
||||
repeats: true
|
||||
},
|
||||
webPushNotifications: true,
|
||||
muteWords: [],
|
||||
highlight: {},
|
||||
interfaceLanguage: browserLocale,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue