mirror of https://github.com/zulip/zulip.git
Enable always-open-compose for MIT, CUSTOMER4, Zulip.
(imported from commit 43602ebeed5396de038c59240a9d695ec411db89)
This commit is contained in:
parent
86cf40c8a9
commit
0663c7243c
|
@ -2,7 +2,12 @@ var feature_flags = (function () {
|
|||
|
||||
var exports = {};
|
||||
|
||||
exports.always_open_compose = page_params.staging;
|
||||
exports.always_open_compose = _.contains(['mit.edu',
|
||||
'customer4.invalid',
|
||||
'users.customer4.invalid',
|
||||
'zulip.com'],
|
||||
page_params.domain);
|
||||
|
||||
exports.mark_read_at_bottom = page_params.staging;
|
||||
|
||||
return exports;
|
||||
|
|
Loading…
Reference in New Issue