mirror of
https://github.com/FranP-code/Baileys.git
synced 2025-10-13 00:32:22 +00:00
fix: correct verify
This commit is contained in:
@@ -209,7 +209,7 @@ const makeChatsSocket = (config: LegacySocketConfig) => {
|
||||
id: jidNormalizedUser(attrs.jid),
|
||||
name: attrs.name,
|
||||
notify: attrs.notify,
|
||||
verifiedName: attrs.vname
|
||||
verifiedName: attrs.verify === '2' ? attrs.vname : undefined
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user