auto update service worker and push new vue route when clicking message notification

This commit is contained in:
liamcottle
2025-02-13 20:37:29 +13:00
parent 88878af0ca
commit 0e5ee0e575
4 changed files with 45 additions and 5 deletions

View File

@@ -248,7 +248,7 @@ class Connection {
});
// show notification
await NotificationUtils.showNotification(contact.advName, message.text);
await NotificationUtils.showNewMessageNotification(contact, message.text);
}