aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHJ <spam@hjkos.com>2019-01-24 18:13:07 +0000
committerHJ <spam@hjkos.com>2019-01-24 18:13:07 +0000
commit03ffa7e84e648f1114605c338e6b40c214199e9d (patch)
tree5718da67b6cff88374111e7562b2d966b2b39934 /static
parent8b7faa810693e85247a86d3a9fc1190afc33896b (diff)
parentf38da239d9d420d9ba3af25c67864bb015303fca (diff)
Merge branch 'fix-custom-nsfw-image' into 'develop'
fix custom nsfwCensorImage not working See merge request pleroma/pleroma-fe!469
Diffstat (limited to 'static')
-rw-r--r--static/config.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/static/config.json b/static/config.json
index cc72900a..24e26696 100644
--- a/static/config.json
+++ b/static/config.json
@@ -18,5 +18,6 @@
"hideUserStats": false,
"loginMethod": "password",
"webPushNotifications": false,
- "noAttachmentLinks": false
+ "noAttachmentLinks": false,
+ "nsfwCensorImage": ""
}