mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
6 lines
189 B
JavaScript
6 lines
189 B
JavaScript
// The features below have all settled into their final states and can
|
|
// be removed when we get a chance
|
|
exports.reminders_in_message_action_menu = false;
|
|
|
|
window.feature_flags = exports;
|