mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-24 10:41:24 +00:00
fix bug
This commit is contained in:
@@ -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(
|
||||
{
|
||||
|
Reference in New Issue
Block a user