Turn on huddle list for everybody.

(imported from commit 812106231b192d8b0c0ab7b0e54e25677df56245)
This commit is contained in:
Steve Howell 2013-11-22 10:32:41 -05:00
parent ff800cdec3
commit 837b066f49
1 changed files with 1 additions and 1 deletions

View File

@ -42,12 +42,12 @@ exports.left_side_userlist = _.contains(['customer7.invalid'], page_params.domai
// Still very beta:
exports.fade_users_when_composing = page_params.staging || is_customer4;
exports.use_socket = false;
exports.show_huddles = page_params.staging || is_customer4;
// Still burning in...
exports.mark_read_at_bottom = true;
exports.propagate_topic_edits = true;
exports.summarize_read_while_narrowed = false;
exports.show_huddles = true;
// Ready for deprecation.
exports.collapsible = false;