[IMP] web_notity: HTML formatting

This commit is contained in:
Hans Henrik Gabelgaard
2023-12-18 19:06:09 +01:00
parent 8f0866c725
commit 159f732042
3 changed files with 68 additions and 15 deletions

View File

@@ -24,6 +24,7 @@ export const webNotificationService = {
type: notif.type,
sticky: notif.sticky,
className: notif.className,
messageIsHtml: notif.html,
});
});
});