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