mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 07:21:23 +00:00
message_list_data: Remove dependency on filter.js.
This commit removes dependency on `filter.js` by lifting the construction of `Filter` object up in `all_messages_data.js`.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
import {Filter} from "./filter";
|
||||
import {MessageListData} from "./message_list_data";
|
||||
|
||||
export const all_messages_data = new MessageListData({
|
||||
excludes_muted_topics: false,
|
||||
filter: new Filter(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user