mirror of
https://github.com/status-im/status-desktop.git
synced 2025-01-12 23:35:32 +00:00
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…
x
Reference in New Issue
Block a user