diff --git a/src/platform/web/service-worker.js b/src/platform/web/service-worker.js index 081c9053..cef18f6c 100644 --- a/src/platform/web/service-worker.js +++ b/src/platform/web/service-worker.js @@ -190,6 +190,7 @@ const NOTIF_TAG_NEW_MESSAGE = "new_message"; async function openClientFromNotif(event) { if (event.notification.tag !== NOTIF_TAG_NEW_MESSAGE) { + console.log("clicked notif with tag", event.notification.tag); return; } const {sessionId, roomId} = event.notification.data;