Skip to content
Snippets Groups Projects
Commit d0b47488 authored by HJ's avatar HJ :fire:
Browse files

default webPush to false, because having it at true leads to some problems with

local dev mode. Instances can re-enable it, and BE can default it to true in config.exs
parent b65ac128
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ const defaultState = {
likes: true,
repeats: true
},
webPushNotifications: true,
webPushNotifications: false,
muteWords: [],
highlight: {},
interfaceLanguage: browserLocale,
......
......@@ -16,5 +16,6 @@
"alwaysShowSubjectInput": true,
"hidePostStats": false,
"hideUserStats": false,
"loginMethod": "password"
"loginMethod": "password",
"webPushNotifications": false
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment