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:
Tim Abbott 2018-03-28 14:50:40 -07:00
parent 96845147c9
commit 8b91ea3a74
1 changed files with 0 additions and 5 deletions

View File

@ -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) {