mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-17 16:24:18 +01:00
add dropdown menu to contact list item
This commit is contained in:
@@ -65,6 +65,10 @@ class Connection {
|
||||
await GlobalState.connection.sendCommandSetDeviceTime(timestamp);
|
||||
}
|
||||
|
||||
static async removeContact(publicKey) {
|
||||
await GlobalState.connection.sendCommandRemoveContact(publicKey);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
export default Connection;
|
||||
|
||||
Reference in New Issue
Block a user