mirror of https://github.com/zulip/zulip.git
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:
parent
96845147c9
commit
8b91ea3a74
|
@ -146,11 +146,6 @@ exports.try_deliver_locally = function try_deliver_locally(message_request) {
|
|||
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();
|
||||
|
||||
if (!next_local_id) {
|
||||
|
|
Loading…
Reference in New Issue