mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Adding favourite channels to ALT and ALT-SHIFT UP DOWN shortcuts (#4450)
This commit is contained in:
committed by
Harrison Healey
parent
e6f7a47c99
commit
aa9e09c674
@@ -309,7 +309,7 @@ export default class Sidebar extends React.Component {
|
||||
}
|
||||
|
||||
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) {
|
||||
|
||||
Reference in New Issue
Block a user