|
|
@ -86,8 +86,7 @@ export class LeftPaneChannelSection extends React.Component<Props, State> {
|
|
|
|
if (conversationList !== undefined) {
|
|
|
|
if (conversationList !== undefined) {
|
|
|
|
conversationList = conversationList.filter(
|
|
|
|
conversationList = conversationList.filter(
|
|
|
|
// a channel is either a public group or a rss group
|
|
|
|
// a channel is either a public group or a rss group
|
|
|
|
conversation =>
|
|
|
|
conversation => conversation && conversation.type === 'group'
|
|
|
|
conversation && conversation.type === 'group'
|
|
|
|
|
|
|
|
);
|
|
|
|
);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|