mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-21 15:59:15 +00:00
Add missing commit (#7097)
This commit is contained in:
parent
0647206938
commit
b063e98965
@ -167,6 +167,7 @@ export class InboxNotificationsClientImpl implements InboxNotificationsClient {
|
|||||||
await op.updateDoc(notification._class, notification.space, notification._id, { isViewed: true })
|
await op.updateDoc(notification._class, notification.space, notification._id, { isViewed: true })
|
||||||
}
|
}
|
||||||
await op.update(docNotifyContext, { lastViewedTimestamp: Date.now() })
|
await op.update(docNotifyContext, { lastViewedTimestamp: Date.now() })
|
||||||
|
await op.commit()
|
||||||
}
|
}
|
||||||
|
|
||||||
async forceReadDoc (_id: Ref<Doc>, _class: Ref<Class<Doc>>): Promise<void> {
|
async forceReadDoc (_id: Ref<Doc>, _class: Ref<Class<Doc>>): Promise<void> {
|
||||||
|
Loading…
Reference in New Issue
Block a user