Fix channel invite button on channel intro message and fix empty channel invite modal.

Этот коммит содержится в:
JoramWilander
2015-11-11 12:53:18 -05:00
родитель e32b92052e
Коммит 782709aa56
4 изменённых файлов: 23 добавлений и 18 удалений

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

@@ -142,7 +142,7 @@ export default class Sidebar extends React.Component {
}
}
const hiddenDirectChannelCount = UserStore.getActiveOnlyProfileList().length - visibleDirectChannels.length;
const hiddenDirectChannelCount = UserStore.getActiveOnlyProfileList(true).length - visibleDirectChannels.length;
visibleDirectChannels.sort(this.sortChannelsByDisplayName);