mirror of
https://github.com/aljazceru/meshcore-web.git
synced 2025-12-17 16:24:18 +01:00
auto update service worker and push new vue route when clicking message notification
This commit is contained in:
@@ -248,7 +248,7 @@ class Connection {
|
||||
});
|
||||
|
||||
// show notification
|
||||
await NotificationUtils.showNotification(contact.advName, message.text);
|
||||
await NotificationUtils.showNewMessageNotification(contact, message.text);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user