chore: avoid npm warnings (update conventional-changelog)
This commit is contained in:
+1
-1
@@ -60,7 +60,7 @@
|
||||
"@typescript-eslint/eslint-plugin": "^8",
|
||||
"@typescript-eslint/parser": "^8",
|
||||
"@whiskeysockets/eslint-config": "^1.0.0",
|
||||
"conventional-changelog-cli": "^2.2.2",
|
||||
"conventional-changelog": "^7.1.1",
|
||||
"esbuild-register": "^3.6.0",
|
||||
"eslint": "^9",
|
||||
"eslint-config-prettier": "^10.1.2",
|
||||
|
||||
@@ -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