Merge pull request #1147 from hmhealey/plt721

PLT-721 Changed Direct Channel modal to only show active users
Этот коммит содержится в:
Corey Hulen
2015-10-22 21:39:12 -07:00
родитель 020e139447 9483ef66d3
Коммит 826c04732e

Просмотреть файл

@@ -31,7 +31,7 @@ export default class MoreDirectChannels extends React.Component {
getUsersFromStore() {
const currentId = UserStore.getCurrentId();
const profiles = UserStore.getProfiles();
const profiles = UserStore.getActiveOnlyProfiles();
const users = [];
for (const id in profiles) {