mirror of
https://github.com/Qortal/qortal-ui.git
synced 2025-02-11 17:55:51 +00:00
Fix broken qortal request SEND_CHAT_MESSAGE
This commit is contained in:
parent
c828df6775
commit
1183e89022
@ -1181,7 +1181,10 @@ class WebBrowser extends LitElement {
|
|||||||
return await sendMessageRequest()
|
return await sendMessageRequest()
|
||||||
}
|
}
|
||||||
const result = await showModalAndWait(
|
const result = await showModalAndWait(
|
||||||
actions.SEND_CHAT_MESSAGE
|
actions.SEND_CHAT_MESSAGE,
|
||||||
|
{
|
||||||
|
message: data.message
|
||||||
|
}
|
||||||
)
|
)
|
||||||
if (result.action === "accept") {
|
if (result.action === "accept") {
|
||||||
let hasPublicKey = true
|
let hasPublicKey = true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user