Fix regression DMs will not open using jump to (#1920)
This commit is contained in:
parent
d75e9f688c
commit
a8202b8311
1 changed files with 1 additions and 1 deletions
|
|
@ -226,7 +226,7 @@ export default class ChannelSidebar extends Component {
|
|||
return;
|
||||
}
|
||||
|
||||
this.selectChannel(result.data.channel, currentChannelId);
|
||||
this.selectChannel(result.data.channel || result.data, currentChannelId);
|
||||
};
|
||||
|
||||
onPageSelected = (index) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue