messages-send: missing extra attrs on skmsg enc

This commit is contained in:
Rajeh Taher
2025-09-26 09:32:39 +03:00
parent fb6907f9ee
commit 6c6c078625
+1 -1
View File
@@ -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
})