Added async get to channel swap
Этот коммит содержится в:
@@ -707,6 +707,7 @@ module.exports.switchChannel = function(channel, teammate_name) {
|
|||||||
AsyncClient.getChannels(true, true, true);
|
AsyncClient.getChannels(true, true, true);
|
||||||
AsyncClient.getChannelExtraInfo(true);
|
AsyncClient.getChannelExtraInfo(true);
|
||||||
AsyncClient.getPosts(true, channel.id);
|
AsyncClient.getPosts(true, channel.id);
|
||||||
|
AsyncClient.getProfiles();
|
||||||
|
|
||||||
$('.inner__wrap').removeClass('move--right');
|
$('.inner__wrap').removeClass('move--right');
|
||||||
$('.sidebar--left').removeClass('move--right');
|
$('.sidebar--left').removeClass('move--right');
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user