mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-26 07:07:45 -06:00
added url in vcard
This commit is contained in:
@@ -1439,6 +1439,10 @@ export class WAStartupService {
|
||||
result += `EMAIL:${contact.email}\n`;
|
||||
}
|
||||
|
||||
if (contact.url) {
|
||||
result += `URL:${contact.url}\n`;
|
||||
}
|
||||
|
||||
result +=
|
||||
`item1.TEL;waid=${contact.wuid}:${contact.phoneNumber}\n` +
|
||||
'item1.X-ABLabel:Celular\n' +
|
||||
|
||||
Reference in New Issue
Block a user