aboutsummaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-08-08 02:01:07 +0300
committerHenry Jameson <me@hjkos.com>2022-08-08 02:01:07 +0300
commitfcf62a13ed49359b6bc2e82e8d05f55bfe914803 (patch)
tree683d8623140b75af1abe5473ab855485c60b0c64 /static
parent59d160a6dd6dd1493494f28daf9c1ad44a3ce8e0 (diff)
don't show to anons, make it possible to disable notification instance-wide
Diffstat (limited to 'static')
-rw-r--r--static/config.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/static/config.json b/static/config.json
index 53a4be82..fb39ff77 100644
--- a/static/config.json
+++ b/static/config.json
@@ -14,6 +14,7 @@
"logoMask": true,
"logoLeft": false,
"minimalScopesMode": false,
+ "disableUpdateNotification": false,
"nsfwCensorImage": "",
"postContentType": "text/plain",
"redirectRootLogin": "/main/friends",