mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 02:11:53 +00:00
closes #1711
This commit is contained in:
committed by
Aiden McClelland
parent
c2f9c6a38d
commit
34000fb9f0
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user