mirror of
https://github.com/Qortal/qortal-mobile.git
synced 2025-03-15 04:12:32 +00:00
fix bug
This commit is contained in:
parent
6a989644d6
commit
58d7fb5e9e
@ -1573,7 +1573,7 @@ export async function publishGroupEncryptedResourceCase(request, event) {
|
||||
export async function decryptDirectCase(request, event) {
|
||||
try {
|
||||
const { data, involvingAddress} = request.payload;
|
||||
const response = await decryptDirectFunc({ data, involvingAddress });
|
||||
const response = await decryptDirectFunc({ messages: data, involvingAddress });
|
||||
|
||||
event.source.postMessage(
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user