From 5413a01360b282dc011dc973b857ca3063647a16 Mon Sep 17 00:00:00 2001 From: Jens Langhammer Date: Mon, 8 Mar 2021 18:00:33 +0100 Subject: [PATCH] web: fix drawer not updating after marking notification as seen --- web/src/elements/notifications/NotificationDrawer.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/src/elements/notifications/NotificationDrawer.ts b/web/src/elements/notifications/NotificationDrawer.ts index 4358dc659..6fe61c850 100644 --- a/web/src/elements/notifications/NotificationDrawer.ts +++ b/web/src/elements/notifications/NotificationDrawer.ts @@ -71,6 +71,8 @@ export class NotificationDrawer extends LitElement { data: { seen: true, } + }).then(() => { + this.firstUpdated(); }); }}>