Added async get to channel swap

Этот коммит содержится в:
nickago
2015-07-10 09:57:17 -07:00
родитель 7d6d9c297f
Коммит f5d188e1ca

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

@@ -707,6 +707,7 @@ module.exports.switchChannel = function(channel, teammate_name) {
AsyncClient.getChannels(true, true, true);
AsyncClient.getChannelExtraInfo(true);
AsyncClient.getPosts(true, channel.id);
AsyncClient.getProfiles();
$('.inner__wrap').removeClass('move--right');
$('.sidebar--left').removeClass('move--right');