mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
Revert "Suppress local echo when we are not caught up."
This reverts commit 80ed8294a1.
We need to do some improvements to FetchStatus for narrows before this
is safe to have running in production.
This commit is contained in:
@@ -146,11 +146,6 @@ exports.try_deliver_locally = function try_deliver_locally(message_request) {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!current_msg_list.fetch_status.can_append()) {
|
|
||||||
blueslip.log('Suppressing echo for list that is behind on fetches.');
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
var next_local_id = get_next_local_id();
|
var next_local_id = get_next_local_id();
|
||||||
|
|
||||||
if (!next_local_id) {
|
if (!next_local_id) {
|
||||||
|
|||||||
Reference in New Issue
Block a user