fix(master): linting and making functionality better

This commit is contained in:
Rajeh Taher
2024-05-18 12:56:44 +03:00
committed by GitHub
parent 51f18d82c2
commit 5ffa3a51b6
2 changed files with 8 additions and 8 deletions

View File

@@ -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
}