summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-07-10 09:57:17 -0700
committernickago <ngonella@calpoly.edu>2015-07-13 08:58:52 -0700
commitf5d188e1caa4b27eb4878de41e479199ca0cafda (patch)
tree6e193806ec3e39e7e0603e09c431ca2bec95d7b0 /web
parent7d6d9c297f21fa8cf0848c071bcdd13691fb3d9b (diff)
downloadchat-f5d188e1caa4b27eb4878de41e479199ca0cafda.tar.gz
chat-f5d188e1caa4b27eb4878de41e479199ca0cafda.tar.bz2
chat-f5d188e1caa4b27eb4878de41e479199ca0cafda.zip
Added async get to channel swap
Diffstat (limited to 'web')
-rw-r--r--web/react/utils/utils.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/utils/utils.jsx b/web/react/utils/utils.jsx
index 5ded0e76f..a5ed08d67 100644
--- a/web/react/utils/utils.jsx
+++ b/web/react/utils/utils.jsx
@@ -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');