wip
This commit is contained in:
parent
c44a29ebb7
commit
f95ca164d6
11 changed files with 259 additions and 176 deletions
3
src/client/scripts/mark-notification-read.ts
Normal file
3
src/client/scripts/mark-notification-read.ts
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
export function markNotificationRead(notification: any) {
|
||||
return { ...notification, isRead: true };
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue