summaryrefslogtreecommitdiffstats
path: root/webapp/components/sidebar.jsx
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-11-08 09:59:14 -0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-11-08 09:59:14 -0500
commit5fe2d782115ec6faf9ac743f5999a786126a3251 (patch)
tree8d66c3f39b8c3c83ae5317f77c4d428759628d5e /webapp/components/sidebar.jsx
parent07dbbfb9575d544d9d01fabfd57abcc613e5c85b (diff)
downloadchat-5fe2d782115ec6faf9ac743f5999a786126a3251.tar.gz
chat-5fe2d782115ec6faf9ac743f5999a786126a3251.tar.bz2
chat-5fe2d782115ec6faf9ac743f5999a786126a3251.zip
Fixing loading of team members for dm list (#4477)
Diffstat (limited to 'webapp/components/sidebar.jsx')
-rw-r--r--webapp/components/sidebar.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx
index 626ac2866..5c6645833 100644
--- a/webapp/components/sidebar.jsx
+++ b/webapp/components/sidebar.jsx
@@ -19,7 +19,6 @@ import * as AsyncClient from 'utils/async_client.jsx';
import * as Utils from 'utils/utils.jsx';
import * as ChannelUtils from 'utils/channel_utils.jsx';
import * as ChannelActions from 'actions/channel_actions.jsx';
-import {loadProfilesAndTeamMembersForDMSidebar} from 'actions/user_actions.jsx';
import Constants from 'utils/constants.jsx';
@@ -125,9 +124,6 @@ export default class Sidebar extends React.Component {
document.addEventListener('keydown', this.navigateChannelShortcut);
document.addEventListener('keydown', this.navigateUnreadChannelShortcut);
-
- loadProfilesAndTeamMembersForDMSidebar();
- AsyncClient.getMyChannelMembers();
}
shouldComponentUpdate(nextProps, nextState) {