mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 20:14:49 +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 {
|
try {
|
||||||
await this.embassyApi.deleteAllNotifications({
|
await this.embassyApi.deleteAllNotifications({
|
||||||
before: this.notifications[0].id,
|
before: this.notifications[0].id + 1,
|
||||||
})
|
})
|
||||||
this.notifications = []
|
this.notifications = []
|
||||||
this.beforeCursor = undefined
|
this.beforeCursor = undefined
|
||||||
|
|||||||
Reference in New Issue
Block a user