mirror of
https://github.com/zulip/zulip.git
synced 2025-10-28 18:43:52 +00:00
With webpack, variables declared in each file are already file-local (Global variables need to be explicitly exported), so these IIFEs are no longer needed. Signed-off-by: Anders Kaseorg <andersk@mit.edu>
8 lines
279 B
JavaScript
8 lines
279 B
JavaScript
// The features below have all settled into their final states and can
|
|
// be removed when we get a chance
|
|
exports.propagate_topic_edits = true;
|
|
exports.clicking_notification_causes_narrow = true;
|
|
exports.reminders_in_message_action_menu = false;
|
|
|
|
window.feature_flags = exports;
|