mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-21 19:47:21 -06:00
changelog
This commit is contained in:
parent
a49b1e5ac4
commit
df3092b876
@ -636,7 +636,7 @@ export class BaileysStartupService extends ChannelStartupService {
|
||||
shouldIgnoreJid: (jid) => {
|
||||
const isGroupJid = this.localSettings.groupsIgnore && isJidGroup(jid);
|
||||
const isBroadcast = !this.localSettings.readStatus && isJidBroadcast(jid);
|
||||
const isNewsletter = jid.includes('newsletter');
|
||||
const isNewsletter = jid ? jid.includes('newsletter') : false;
|
||||
|
||||
return isGroupJid || isBroadcast || isNewsletter;
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user