mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-26 07:07:45 -06:00
Improvements in RabbitMQ, added 2 new modes
This commit is contained in:
@@ -1124,7 +1124,8 @@ export class BaileysStartupService extends WAStartupService {
|
||||
5: 'PLAYED',
|
||||
};
|
||||
for await (const { key, update } of args) {
|
||||
if (settings?.groups_ignore && key.remoteJid.includes('@g.us')) {
|
||||
console.log(key);
|
||||
if (settings?.groups_ignore && key.remoteJid?.includes('@g.us')) {
|
||||
this.logger.verbose('group ignored');
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user