fix(@desktop/chat): send message is not working from context menu

fixes #4531
This commit is contained in:
Khushboo Mehta 2022-01-26 20:54:33 +01:00 committed by Sale Djenic
parent b07a0acad4
commit 7c06f9c362
1 changed files with 5 additions and 0 deletions

View File

@ -345,6 +345,11 @@ ColumnLayout {
}
onEditClicked: messageStore.setEditModeOn(messageId)
onCreateOneToOneChat: {
Global.changeAppSectionBySectionType(Constants.appSection.chat)
root.rootStore.chatCommunitySectionModule.createOneToOneChat(chatId, ensName)
}
}
ColumnLayout {