From e91536b9e1470e80da4c375e82a5449804e6b5f2 Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Tue, 26 Sep 2023 14:14:09 +0200 Subject: [PATCH] Alert() should also update type --- src/notifications.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/notifications.js b/src/notifications.js index cbb1d18a9..d1aca03f4 100644 --- a/src/notifications.js +++ b/src/notifications.js @@ -250,6 +250,7 @@ async function alert(type, title, message, options) { await update(result, { id: result.id, eventId: null, + type: type, title, message, acknowledged: false,