fix(@desktop/chat): fix shortcut for chat from communities

This commit is contained in:
Anthony Laibe 2021-08-11 17:33:44 +02:00 committed by RichΛrd
parent 2b027088e5
commit 2c6d835a42
1 changed files with 1 additions and 1 deletions

View File

@ -717,8 +717,8 @@ StatusAppLayout {
});
}
onClicked: function (index) {
chatsModel.channelView.setActiveChannelByIndex(index)
appMain.changeAppSection(Constants.chat)
chatsModel.channelView.setActiveChannelByIndex(index)
channelPicker.close()
}
}