Changed Direct Channel modal to only show active users

Этот коммит содержится в:
hmhealey
2015-10-22 12:55:35 -04:00
родитель 649f42e3fc
Коммит 9483ef66d3

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

@@ -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) {