mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 01:41:24 -06:00
added organization name in vcard
This commit is contained in:
parent
37397c7a69
commit
41f191902b
@ -1428,6 +1428,7 @@ export class WAStartupService {
|
||||
return (
|
||||
'BEGIN:VCARD\n' +
|
||||
'VERSION:3.0\n' +
|
||||
`N:${contact.fullName}\n` +
|
||||
`FN:${contact.fullName}\n` +
|
||||
`ORG:${contact.organization};\n` +
|
||||
`item1.TEL;waid=${contact.wuid}:${contact.phoneNumber}\n` +
|
||||
|
Loading…
Reference in New Issue
Block a user