chore: avoid npm warnings (update conventional-changelog)
This commit is contained in:
@@ -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)],
|
||||
|
||||
@@ -302,7 +302,7 @@ export const makeMessagesRecvSocket = (config: SocketConfig) => {
|
||||
key: {
|
||||
remoteJid: from,
|
||||
id: child.attrs.message_id || child.attrs.server_id,
|
||||
fromMe: false
|
||||
fromMe: false // TODO: is this really true though
|
||||
},
|
||||
message: messageProto,
|
||||
messageTimestamp: +child.attrs.t!
|
||||
|
||||
Reference in New Issue
Block a user