notifs: discard notif on action invocation

This commit is contained in:
end-4
2025-07-03 22:56:23 +02:00
parent e99f51e6ac
commit 089468393e
@@ -219,8 +219,8 @@ Singleton {
}
else {
console.log("Notification not found in server: " + id)
root.discardNotification(id);
}
root.discardNotification(id);
}
function triggerListChange() {