Fixing mattermost to refresh the page when a new version is detected

Этот коммит содержится в:
=Corey Hulen
2015-12-03 15:50:50 -08:00
родитель d5d66214db
Коммит 4870049354

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

@@ -10,7 +10,7 @@ import * as AsyncClient from '../utils/async_client.jsx';
import * as Client from '../utils/client.jsx';
export function emitChannelClickEvent(channel) {
AsyncClient.getChannels();
AsyncClient.getChannels(true);
AsyncClient.getChannelExtraInfo(channel.id);
AsyncClient.updateLastViewedAt(channel.id);
AsyncClient.getPosts(channel.id);