message_scroll: Extract module message_feed_top_notices.

This commit is contained in:
Tim Abbott
2023-05-31 16:57:47 -07:00
parent 2de9db9305
commit 713a64d415
7 changed files with 82 additions and 76 deletions

View File

@@ -40,7 +40,7 @@ const message_util = mock_esm("../src/message_util");
const stream_list = mock_esm("../src/stream_list", {
maybe_scroll_narrow_into_view() {},
});
mock_esm("../src/message_scroll", {
mock_esm("../src/message_feed_top_notices", {
update_top_of_narrow_notices() {},
});
mock_esm("../src/message_feed_loading", {