messages-send: missing extra attrs on skmsg enc
This commit is contained in:
@@ -747,7 +747,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
|
|||||||
|
|
||||||
binaryNodeContent.push({
|
binaryNodeContent.push({
|
||||||
tag: 'enc',
|
tag: 'enc',
|
||||||
attrs: { v: '2', type: 'skmsg' },
|
attrs: { v: '2', type: 'skmsg', ...extraAttrs },
|
||||||
content: ciphertext
|
content: ciphertext
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user