diff --git a/index.html b/index.html index 85d65ad..14e5603 100644 --- a/index.html +++ b/index.html @@ -176,6 +176,7 @@ this.connection.on(Constants.PushCodes.PathUpdated, async (event) => { console.log("PathUpdated", event); + await this.loadContacts(); }); },