mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
Disable Dropbox integration feature flag for us.
(imported from commit 1496be96e0011f23f5a714e0eaf36f477a830577)
This commit is contained in:
@@ -29,8 +29,6 @@ exports.disable_message_editing = _.contains(['mit.edu'], page_params.domain);
|
|||||||
|
|
||||||
exports.twenty_four_hour_time = internal_24_hour_people || iceland;
|
exports.twenty_four_hour_time = internal_24_hour_people || iceland;
|
||||||
|
|
||||||
exports.dropbox_integration = page_params.staging || _.contains(['dropbox.com'], page_params.domain);
|
|
||||||
|
|
||||||
exports.mandatory_topics = _.contains([
|
exports.mandatory_topics = _.contains([
|
||||||
'customer7.invalid'
|
'customer7.invalid'
|
||||||
],
|
],
|
||||||
@@ -59,6 +57,7 @@ exports.summarize_read_while_narrowed = false;
|
|||||||
|
|
||||||
// Ready for deprecation.
|
// Ready for deprecation.
|
||||||
exports.collapsible = false;
|
exports.collapsible = false;
|
||||||
|
exports.dropbox_integration = false;
|
||||||
|
|
||||||
return exports;
|
return exports;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user