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