Enable show_huddles for CUSTOMER4.

(imported from commit 27c2174a002cc1cef58ec53cd1c0c00d3fc7d6b4)
This commit is contained in:
Steve Howell
2013-11-09 08:44:16 -05:00
parent 138d7053b7
commit b2109722be

View File

@@ -44,7 +44,7 @@ exports.left_side_userlist = page_params.staging ||
exports.fade_users_when_composing = page_params.staging || is_customer4;
exports.use_socket = page_params.staging;
exports.notify_on_send_not_in_view = false;
exports.show_huddles = page_params.staging;
exports.show_huddles = page_params.staging || is_customer4;
// Still burning in...
exports.mark_read_at_bottom = true;