mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +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 = {};
|
||||
|
||||
exports.always_open_compose = _.contains(['mit.edu',
|
||||
'customer4.invalid',
|
||||
'users.customer4.invalid'
|
||||
// 'zulip.com'
|
||||
],
|
||||
page_params.domain);
|
||||
|
||||
exports.always_open_compose = true;
|
||||
exports.mark_read_at_bottom = page_params.staging;
|
||||
|
||||
return exports;
|
||||
|
||||
Reference in New Issue
Block a user