Disable notifying on sending outside view for now.

It's somewhat buggy, and has thus been annoying our internal users, so
better to disable it until we can fix the bugs.

(imported from commit f981791d32d321b0cfe06b4a337e26ab48832bb3)
This commit is contained in:
Tim Abbott
2013-11-04 17:30:09 -05:00
parent 792b283dcd
commit 8853d86b17
2 changed files with 3 additions and 3 deletions

View File

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