diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index b621480cc..317ff4b2b 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -206,11 +206,8 @@ this.onEmpty(); break; default: - window.log.error( - 'Whisper.InboxView::startConnectionListener:', - 'Unknown web socket status:', - status - ); + // We also replicate empty here + this.onEmpty(); break; } }, 1000);