wip
This commit is contained in:
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 };
|
||||
}
|
Reference in New Issue
Block a user