mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
The streams:all adveritsement notice in search should only appear after we've already received the response from the server, to avoid a mix of problems ranging from misplaced loading indicator to scrolling issues to the notice just being distracting while you're waiting for the server to return results. We need to add a pre_scroll_cont parameter to the message_fetch API, since adding this notice would otherwise potentially throw off the scroll positioning logic for which message to select. Fixes #13441.