mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix group messaging
This commit is contained in:
@@ -35,7 +35,7 @@ export const jidDecode = (jid: string | undefined): FullJid | undefined => {
|
||||
return {
|
||||
server,
|
||||
user,
|
||||
domainType: server == "lid" ? 1 : 0,
|
||||
domainType: server === 'lid' ? 1 : 0,
|
||||
device: device ? +device : undefined
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user