From 34000fb9f02f2d34f4a437dfae23323b4fda9b62 Mon Sep 17 00:00:00 2001 From: Matt Hill Date: Wed, 27 Jul 2022 22:57:44 -0600 Subject: [PATCH] closes #1711 --- .../ui/src/app/pages/notifications/notifications.page.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/projects/ui/src/app/pages/notifications/notifications.page.ts b/frontend/projects/ui/src/app/pages/notifications/notifications.page.ts index db8f85741..4ea359297 100644 --- a/frontend/projects/ui/src/app/pages/notifications/notifications.page.ts +++ b/frontend/projects/ui/src/app/pages/notifications/notifications.page.ts @@ -166,7 +166,7 @@ export class NotificationsPage { try { await this.embassyApi.deleteAllNotifications({ - before: this.notifications[0].id, + before: this.notifications[0].id + 1, }) this.notifications = [] this.beforeCursor = undefined