zulip/static/js/feature_flags.js

8 lines
221 B
JavaScript

"use strict";
// 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;