diff options
| author | Henry Jameson <me@hjkos.com> | 2019-01-23 00:10:59 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2019-01-23 00:15:24 +0300 |
| commit | ac64e908987ef07e49e4ed26b7e0574e67c01856 (patch) | |
| tree | d8d8a09780746c2b490000590492f1710110d531 /static | |
| parent | c8caa477d7f9d6b793ba0f75c736510f47298014 (diff) | |
fix custom nsfwCensorImage not working
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": "" } |
