mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-30 05:06:59 +00:00
Remove duplicated
This commit is contained in:
parent
c9a6783683
commit
7deb2501e2
@ -143,16 +143,13 @@ export const encryptAndPublishSymmetricKeyGroupChat = async ({
|
||||
if (encryptedData) {
|
||||
const registeredName = await getNameInfo();
|
||||
const data = await publishData({
|
||||
registeredName,
|
||||
data: encryptedData,
|
||||
service: 'DOCUMENT_PRIVATE',
|
||||
identifier: `symmetric-qchat-group-${groupId}`,
|
||||
uploadType: 'base64',
|
||||
file: encryptedData,
|
||||
service: 'DOCUMENT_PRIVATE',
|
||||
identifier: `symmetric-qchat-group-${groupId}`,
|
||||
uploadType: 'file',
|
||||
isBase64: true,
|
||||
registeredName,
|
||||
service: 'DOCUMENT_PRIVATE',
|
||||
uploadType: 'base64',
|
||||
withFee: true,
|
||||
});
|
||||
return {
|
||||
|
Loading…
x
Reference in New Issue
Block a user