add helper function for sharing contact

This commit is contained in:
liamcottle 2025-02-15 22:44:54 +13:00
parent e262772fe3
commit 3040bb54a9
2 changed files with 32 additions and 1 deletions

View file

@ -359,7 +359,7 @@
},
async shareContact(contact) {
await this.connection.sendCommandShareContact(contact.publicKey);
await this.connection.shareContact(contact.publicKey);
},
async exportContact(contact) {
try {