mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-14 09:51: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 (
|
return (
|
||||||
'BEGIN:VCARD\n' +
|
'BEGIN:VCARD\n' +
|
||||||
'VERSION:3.0\n' +
|
'VERSION:3.0\n' +
|
||||||
|
`N:${contact.fullName}\n` +
|
||||||
`FN:${contact.fullName}\n` +
|
`FN:${contact.fullName}\n` +
|
||||||
`ORG:${contact.organization};\n` +
|
`ORG:${contact.organization};\n` +
|
||||||
`item1.TEL;waid=${contact.wuid}:${contact.phoneNumber}\n` +
|
`item1.TEL;waid=${contact.wuid}:${contact.phoneNumber}\n` +
|
||||||
|
Loading…
Reference in New Issue
Block a user