Add option for disabling chat.

This commit is contained in:
eal 2017-12-07 18:20:44 +02:00
parent 6c4e3a509a
commit 612fb18367
3 changed files with 18 additions and 5 deletions

View file

@ -4,5 +4,6 @@
"background": "/static/bg.jpg",
"logo": "/static/logo.png",
"registrationOpen": false,
"defaultPath": "/main/all"
"defaultPath": "/main/all",
"chatDisabled": false
}