diff options
| author | HJ <spam@hjkos.com> | 2019-01-24 18:13:07 +0000 |
|---|---|---|
| committer | HJ <spam@hjkos.com> | 2019-01-24 18:13:07 +0000 |
| commit | 03ffa7e84e648f1114605c338e6b40c214199e9d (patch) | |
| tree | 5718da67b6cff88374111e7562b2d966b2b39934 /static | |
| parent | 8b7faa810693e85247a86d3a9fc1190afc33896b (diff) | |
| parent | f38da239d9d420d9ba3af25c67864bb015303fca (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.json | 3 |
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": "" } |
