Этот коммит содержится в:
=Corey Hulen
2016-02-27 08:19:03 -08:00
родитель 5a1ca435c9
Коммит 6c18e13f8a
4 изменённых файлов: 31 добавлений и 8 удалений

Просмотреть файл

@@ -69,10 +69,8 @@ class SocketStoreClass extends EventEmitter {
if (this.failCount > 0) {
console.log('websocket re-established connection'); //eslint-disable-line no-console
if (ErrorStore.getLastError()) {
ErrorStore.clearLastError();
ErrorStore.emitChange();
}
ErrorStore.clearLastError();
ErrorStore.emitChange();
AsyncClient.getChannels();
AsyncClient.getPosts(ChannelStore.getCurrentId());