From 32472fc842e93fab727941188ea3a5afcbfc0b36 Mon Sep 17 00:00:00 2001 From: liamcottle Date: Wed, 12 Feb 2025 01:44:08 +1300 Subject: [PATCH] update contacts list when path is updated --- index.html | 1 + 1 file changed, 1 insertion(+) 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(); }); },