mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix(master): linting and making functionality better
This commit is contained in:
@@ -600,7 +600,7 @@ export const makeChatsSocket = (config: SocketConfig) => {
|
||||
const jid = attrs.from
|
||||
const participant = attrs.participant || attrs.from
|
||||
|
||||
if(shouldIgnoreJid(jid) && jid != '@s.whatsapp.net') {
|
||||
if(shouldIgnoreJid(jid) && jid !== '@s.whatsapp.net') {
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user