added organization name in vcard

This commit is contained in:
Davidson Gomes 2023-07-05 20:56:42 -03:00
parent 37397c7a69
commit 41f191902b

View File

@ -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` +