update contacts list when path is updated

This commit is contained in:
liamcottle 2025-02-12 01:44:08 +13:00
parent 220ddfdd64
commit 32472fc842

View file

@ -176,6 +176,7 @@
this.connection.on(Constants.PushCodes.PathUpdated, async (event) => {
console.log("PathUpdated", event);
await this.loadContacts();
});
},