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
@@ -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",
+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)],
+1 -1
View File
@@ -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!
+148 -895
View File
File diff suppressed because it is too large Load Diff