Files
zulip/static/js/feature_flags.js
Rohitt Vashishtha 22537602d2 minor: Update comment in feature_flags.
The earlier version of the comment implied that we want to remove
the features and not the flags that hide those features.
2020-05-20 13:51:54 -07:00

6 lines
206 B
JavaScript

// The features below have all settled into their final states and the flags
// below can be removed when we get a chance.
exports.reminders_in_message_action_menu = false;
window.feature_flags = exports;