fix(master): linting and making functionality better
This commit is contained in:
+1
-1
@@ -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