aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2019-01-23 00:10:59 +0300
committerHenry Jameson <me@hjkos.com>2019-01-23 00:15:24 +0300
commitac64e908987ef07e49e4ed26b7e0574e67c01856 (patch)
treed8d8a09780746c2b490000590492f1710110d531 /static
parentc8caa477d7f9d6b793ba0f75c736510f47298014 (diff)
fix custom nsfwCensorImage not working
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": ""
}