mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-18 00:24:21 +01:00
add button to export contact to clipboard as meshcore://<hex> url
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user