add button to export contact to clipboard as meshcore://<hex> url

This commit is contained in:
liamcottle
2025-02-15 23:58:50 +13:00
parent c433abb9f5
commit fa056987b5
2 changed files with 23 additions and 0 deletions

View File

@@ -195,6 +195,10 @@ class Connection {
await GlobalState.connection.shareContact(publicKey);
}
static async exportContact(publicKey) {
return await GlobalState.connection.exportContact(publicKey);
}
static async sendMessage(publicKey, text) {
// send message