aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/modules/config.js2
-rw-r--r--static/config.json3
2 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/config.js b/src/modules/config.js
index ccfd0190..c9528f6f 100644
--- a/src/modules/config.js
+++ b/src/modules/config.js
@@ -24,7 +24,7 @@ const defaultState = {
likes: true,
repeats: true
},
- webPushNotifications: true,
+ webPushNotifications: false,
muteWords: [],
highlight: {},
interfaceLanguage: browserLocale,
diff --git a/static/config.json b/static/config.json
index 7887f930..f508eea1 100644
--- a/static/config.json
+++ b/static/config.json
@@ -16,5 +16,6 @@
"alwaysShowSubjectInput": true,
"hidePostStats": false,
"hideUserStats": false,
- "loginMethod": "password"
+ "loginMethod": "password",
+ "webPushNotifications": false
}