mirror of
https://github.com/meshcore-dev/meshcore.js.git
synced 2026-04-20 22:13:49 +00:00
update contacts list when path is updated
This commit is contained in:
parent
220ddfdd64
commit
32472fc842
1 changed files with 1 additions and 0 deletions
|
|
@ -176,6 +176,7 @@
|
|||
|
||||
this.connection.on(Constants.PushCodes.PathUpdated, async (event) => {
|
||||
console.log("PathUpdated", event);
|
||||
await this.loadContacts();
|
||||
});
|
||||
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue