Merge pull request #1612 from mattermost/fix-build-update

Fixing mattermost to refresh the page when a new version is detected
Этот коммит содержится в:
Christopher Speller
2015-12-04 08:38:44 -05:00
родитель 3b892a3d04 2cda7c967f
Коммит 622fbc6740
2 изменённых файлов: 8 добавлений и 4 удалений

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

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