message_fetch: Allow fetching more messages for combined feed.

Since `all_messages_data` is no longer the data for combined feed,
we need to treat combined feed like any other view and continue
fetching messages if required.
This commit is contained in:
Aman Agrawal
2024-12-03 15:02:57 +05:30
committed by Tim Abbott
parent a18b7f760d
commit dc63415c9d

View File

@@ -118,10 +118,6 @@ export function fetch_more_if_required_for_current_msg_list(
looking_for_old_msgs: boolean,
): void {
assert(message_lists.current !== undefined);
if (message_lists.current.is_combined_feed_view) {
return;
}
if (has_found_oldest && has_found_newest) {
// Even after loading more messages, we have
// no messages to display in this narrow.