From aa9e09c6740526730e44be766bcdf538f3fc2d5f Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Fri, 4 Nov 2016 11:59:27 -0400 Subject: Adding favourite channels to ALT and ALT-SHIFT UP DOWN shortcuts (#4450) --- webapp/components/sidebar.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'webapp') diff --git a/webapp/components/sidebar.jsx b/webapp/components/sidebar.jsx index 08f89c2ff..626ac2866 100644 --- a/webapp/components/sidebar.jsx +++ b/webapp/components/sidebar.jsx @@ -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) { -- cgit v1.2.3-1-g7c22