summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_loader.jsx
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-06-25 11:20:19 -0400
committerCorey Hulen <corey@hulen.com>2015-06-25 11:20:19 -0400
commit049a41f9beb3b55a4eb84d4730011b257aaf26b3 (patch)
tree7ea9f7eeaa753d8ceac1f955b6b9af061fe4d751 /web/react/components/channel_loader.jsx
parentbfe8d13cd15d7e4ba7da76d3b202109d2a4b7847 (diff)
parent40b9fc5e398f8212feca10459b654230af872298 (diff)
downloadchat-049a41f9beb3b55a4eb84d4730011b257aaf26b3.tar.gz
chat-049a41f9beb3b55a4eb84d4730011b257aaf26b3.tar.bz2
chat-049a41f9beb3b55a4eb84d4730011b257aaf26b3.zip
Merge pull request #27 from mattermost/mm-1240
fixes mm-1240 adds ability to turn valet feature on
Diffstat (limited to 'web/react/components/channel_loader.jsx')
-rw-r--r--web/react/components/channel_loader.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/react/components/channel_loader.jsx b/web/react/components/channel_loader.jsx
index 5252f275c..537a41d03 100644
--- a/web/react/components/channel_loader.jsx
+++ b/web/react/components/channel_loader.jsx
@@ -18,6 +18,7 @@ module.exports = React.createClass({
AsyncClient.getChannelExtraInfo(true);
AsyncClient.findTeams();
AsyncClient.getStatuses();
+ AsyncClient.getMyTeam();
/* End of async loads */