This commit is contained in:
Matt Hill
2022-07-27 22:57:44 -06:00
committed by Aiden McClelland
parent c2f9c6a38d
commit 34000fb9f0

View File

@@ -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