aboutsummaryrefslogtreecommitdiff
path: root/static/config.json
diff options
context:
space:
mode:
authorHJ <spam@hjkos.com>2018-12-25 11:33:00 +0000
committerHJ <spam@hjkos.com>2018-12-25 11:33:00 +0000
commit0ad837846a3b833203bdae68fc6d3cb37c257c4b (patch)
tree0901d0aedde172b1e4a6d89230906424870ee4e0 /static/config.json
parent2fe0af2af12c436d25f258eec21c149d773ec0d0 (diff)
parent500b4bd37412960c7b2278b930794b2ccf00c971 (diff)
Merge branch 'push_fix' into 'develop'
Fixes for push notifications Closes #235 See merge request pleroma/pleroma-fe!433
Diffstat (limited to 'static/config.json')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
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
}