From 3aec9fdb773f79c024060465e5c5d54aeb7bf38d Mon Sep 17 00:00:00 2001 From: Nate Hardison Date: Thu, 30 May 2013 18:54:39 -0700 Subject: [PATCH] Add setting to enable/disable chat site-wide To protect against chat blowing things up, we include a way to enable and disable it on an entire site-wide basis. --- lms/envs/common.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lms/envs/common.py b/lms/envs/common.py index 0859dbc3f2..7dee15a8c8 100644 --- a/lms/envs/common.py +++ b/lms/envs/common.py @@ -144,6 +144,10 @@ MITX_FEATURES = { # Allow use of the hint managment instructor view. 'ENABLE_HINTER_INSTRUCTOR_VIEW': False, + + # Toggle to enable chat availability (configured on a per-course + # basis in Studio) + 'ENABLE_CHAT': False } # Used for A/B testing