Turn on always-open-compose for all realms.

(imported from commit 0a7b35a4144e5645adbfd9b8fffb78573e676ad4)
This commit is contained in:
Steve Howell
2013-08-05 18:07:57 -04:00
parent c5b3cad534
commit 0f42feb131

View File

@@ -2,13 +2,7 @@ var feature_flags = (function () {
var exports = {}; var exports = {};
exports.always_open_compose = _.contains(['mit.edu', exports.always_open_compose = true;
'customer4.invalid',
'users.customer4.invalid'
// 'zulip.com'
],
page_params.domain);
exports.mark_read_at_bottom = page_params.staging; exports.mark_read_at_bottom = page_params.staging;
return exports; return exports;