fix(@desktop/chat): send message is not working from context menu
fixes #4531
This commit is contained in:
parent
b07a0acad4
commit
7c06f9c362
|
@ -345,6 +345,11 @@ ColumnLayout {
|
|||
}
|
||||
|
||||
onEditClicked: messageStore.setEditModeOn(messageId)
|
||||
|
||||
onCreateOneToOneChat: {
|
||||
Global.changeAppSectionBySectionType(Constants.appSection.chat)
|
||||
root.rootStore.chatCommunitySectionModule.createOneToOneChat(chatId, ensName)
|
||||
}
|
||||
}
|
||||
|
||||
ColumnLayout {
|
||||
|
|
Loading…
Reference in New Issue