Files
zulip/static/js/feature_flags.js
Steve Howell 8804c63f5d feature_flags: Remove clicking_notification_causes_narrow.
This is another one that's been set to true
since 2013.
2020-02-27 11:19:13 -08:00

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;