chore: avoid npm warnings (update conventional-changelog)

This commit is contained in:
Rajeh Taher
2025-10-08 19:46:39 +03:00
parent 612c97f505
commit f56293365f
4 changed files with 151 additions and 898 deletions
+1 -1
View File
@@ -390,7 +390,7 @@ export const makeCommunitiesSocket = (config: SocketConfig) => {
remoteJid: inviteMessage.groupJid,
id: generateMessageIDV2(sock.user?.id),
fromMe: false,
participant: key.remoteJid
participant: key.remoteJid // TODO: investigate if this makes any sense at all
},
messageStubType: WAMessageStubType.GROUP_PARTICIPANT_ADD,
messageStubParameters: [JSON.stringify(authState.creds.me)],