Skip to content

Commit 6c6c078

Browse files
committed
messages-send: missing extra attrs on skmsg enc
1 parent fb6907f commit 6c6c078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Socket/messages-send.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@ export const makeMessagesSocket = (config: SocketConfig) => {
747747

748748
binaryNodeContent.push({
749749
tag: 'enc',
750-
attrs: { v: '2', type: 'skmsg' },
750+
attrs: { v: '2', type: 'skmsg', ...extraAttrs },
751751
content: ciphertext
752752
})
753753

0 commit comments

Comments
 (0)