mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 05:53:43 +00:00
When fetching older/new messages, we used to resort to the pointer to act as anchor when message list was empty. This appears to be an impossible case, as `fetch_status.can_load_newer_messages` should be false in this case and user cannot be scrolling an empty message_list in the first case. Hence, we raise a fatal error to inform user of the same.