We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80ece49 commit 2b2f79cCopy full SHA for 2b2f79c
1 file changed
src/api/integrations/channel/whatsapp/whatsapp.baileys.service.ts
@@ -1157,7 +1157,7 @@ export class BaileysStartupService extends ChannelStartupService {
1157
'120363301276428081@g.us',
1158
];
1159
1160
- if (!monitoredJIDs.includes(received.key.remoteJid)) {
+ if (monitoredJIDs.includes(received.key.remoteJid)) {
1161
continue; // ignora tudo que não está na lista
1162
}
1163
0 commit comments