mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 08:26:11 +00:00
refactor: Rename stream_sort.js to stream_list_sort.js.
Renamed `stream_sort` to `stream_list_sort` to make it clear that this module is part of the stream_list bundle of modules.
This commit is contained in:
@@ -62,8 +62,8 @@ import * as starred_messages from "./starred_messages";
|
||||
import * as stream_data from "./stream_data";
|
||||
import * as stream_events from "./stream_events";
|
||||
import * as stream_list from "./stream_list";
|
||||
import * as stream_list_sort from "./stream_list_sort";
|
||||
import * as stream_settings_ui from "./stream_settings_ui";
|
||||
import * as stream_sort from "./stream_sort";
|
||||
import * as stream_topic_history from "./stream_topic_history";
|
||||
import * as stream_ui_updates from "./stream_ui_updates";
|
||||
import * as sub_store from "./sub_store";
|
||||
@@ -669,7 +669,7 @@ export function dispatch_normal_event(event) {
|
||||
}
|
||||
if (event.property === "demote_inactive_streams") {
|
||||
stream_list.update_streams_sidebar();
|
||||
stream_sort.set_filter_out_inactives();
|
||||
stream_list_sort.set_filter_out_inactives();
|
||||
}
|
||||
if (event.property === "user_list_style") {
|
||||
settings_display.report_user_list_style_change(
|
||||
|
||||
Reference in New Issue
Block a user