Merge pull request #469 from mattermost/mm-1699

MM-1699 Refactored post handling/updating on both the client and server
Этот коммит содержится в:
Christopher Speller
2015-08-27 11:22:19 -04:00
родитель ea4beb7c45 041d89b85a
Коммит e1c09605dc
28 изменённых файлов: 1643 добавлений и 902 удалений

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

@@ -765,7 +765,7 @@ function switchChannel(channel, teammateName) {
AsyncClient.getChannels(true, true, true);
AsyncClient.getChannelExtraInfo(true);
AsyncClient.getPosts(true, channel.id, Constants.POST_CHUNK_SIZE);
AsyncClient.getPosts(channel.id);
$('.inner__wrap').removeClass('move--right');
$('.sidebar--left').removeClass('move--right');