mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Added async get to channel swap
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user