We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1665654 commit df0990dCopy full SHA for df0990d
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -2121,7 +2121,7 @@ export class BaileysStartupService extends ChannelStartupService {
2121
2122
if (options?.mentionsEveryOne) {
2123
mentions = group.participants.map((participant) => participant.id);
2124
- } else if (options.mentioned?.length) {
+ } else if (options?.mentioned?.length) {
2125
mentions = options.mentioned.map((mention) => {
2126
const jid = this.createJid(mention);
2127
if (isJidGroup(jid)) {
0 commit comments