mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-17 16:24:18 +01:00
add ability to share existing contacts
This commit is contained in:
@@ -191,6 +191,10 @@ class Connection {
|
||||
await GlobalState.connection.sendCommandRemoveContact(publicKey);
|
||||
}
|
||||
|
||||
static async shareContact(publicKey) {
|
||||
await GlobalState.connection.shareContact(publicKey);
|
||||
}
|
||||
|
||||
static async sendMessage(publicKey, text) {
|
||||
|
||||
// send message
|
||||
|
||||
Reference in New Issue
Block a user