mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Turn on always-open-compose for all realms.
(imported from commit 0a7b35a4144e5645adbfd9b8fffb78573e676ad4)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user