mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 08:56:10 +00:00
Move feature_flags into its own file.
(imported from commit b775f85a24422d236b0079810b98b6b984cb60a2)
This commit is contained in:
@@ -1,11 +1,3 @@
|
||||
var feature_flags = {};
|
||||
_.each([
|
||||
'always_open_compose',
|
||||
'mark_read_at_bottom'
|
||||
], function (key) {
|
||||
feature_flags[key] = page_params.staging;
|
||||
});
|
||||
|
||||
var all_msg_list = new MessageList();
|
||||
var home_msg_list = new MessageList('zhome', new narrow.Filter([["in", "home"]]));
|
||||
var narrowed_msg_list;
|
||||
|
||||
Reference in New Issue
Block a user