mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
When there is some error in connecting to server(more specifically to the tornado server) the "Unable to connect to Zulip" connection error message gets cleared as Django server could send the response of "get" request of old messages and hence get_old_messages_success hides the error message even though the connection is not properly established. Fixes: #5599.