Adding favourite channels to ALT and ALT-SHIFT UP DOWN shortcuts (#4450)

Этот коммит содержится в:
Christopher Speller
2016-11-04 11:59:27 -04:00
коммит произвёл Harrison Healey
родитель e6f7a47c99
Коммит aa9e09c674

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

@@ -309,7 +309,7 @@ export default class Sidebar extends React.Component {
} }
getDisplayedChannels() { getDisplayedChannels() {
return this.state.publicChannels.concat(this.state.privateChannels).concat(this.state.directChannels).concat(this.state.directNonTeamChannels); return this.state.favoriteChannels.concat(this.state.publicChannels).concat(this.state.privateChannels).concat(this.state.directChannels).concat(this.state.directNonTeamChannels);
} }
handleLeaveDirectChannel(e, channel) { handleLeaveDirectChannel(e, channel) {